Skip to content

Replace stream usage with loops for performance#202

Merged
Maxlego08 merged 5 commits intodevelopfrom
codex/optimize-loops-in-zmenu
Oct 27, 2025
Merged

Replace stream usage with loops for performance#202
Maxlego08 merged 5 commits intodevelopfrom
codex/optimize-loops-in-zmenu

Conversation

@Maxlego08
Copy link
Owner

Summary

  • replace Stream and Optional-based pipelines across menu loading, command handling, requirements, and utilities with explicit loops
  • reduce intermediate collections by building results via manual iteration in loaders, managers, and placeholder utilities
  • update Paper hook implementations to avoid stream usage while preserving caching and dialog construction logic

Testing

  • ./gradlew build (fails: dependency io.lumine:Mythic-Dist:5.6.1 returns HTTP 403 from multiple repositories)

https://chatgpt.com/codex/tasks/task_e_68f4e87bae188321b64480b8f0e1f0a4

@Maxlego08 Maxlego08 merged commit 432c1a3 into develop Oct 27, 2025
1 of 2 checks passed
@Maxlego08 Maxlego08 deleted the codex/optimize-loops-in-zmenu branch October 27, 2025 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant