-
Notifications
You must be signed in to change notification settings - Fork 0
Pull requests: glacy/evolutIA
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
⚡ Bolt: [performance improvement] Optimize get_all_exercises lookup
#108
opened May 20, 2026 by
glacy
Owner
Loading…
⚡ Bolt: Replace O(N*M) nested loop with O(N) hash map lookup
#107
opened May 19, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Replace nested loops with dict lookup for O(N) solution matching
#106
opened May 18, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [O(1) dictionary lookups for exercise solutions]
#105
opened May 17, 2026 by
glacy
Owner
Loading…
⚡ Bolt: Optimize O(N*M) lookups to O(N) using dictionaries
#104
opened May 16, 2026 by
glacy
Owner
Loading…
⚡ Bolt: Optimize O(N*M) solution matching loops to O(N) dictionary lookups
#103
opened May 15, 2026 by
glacy
Owner
Loading…
⚡ Bolt: Replace O(N²) nested loops with O(N) hash map lookup for exercise-solution matching
#102
opened May 14, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Replace O(N*M) nested loop with O(N) hash map lookup in MaterialExtractor and RAGIndexer
#101
opened May 13, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Optimize solution-matching loops to O(N) map lookups and fix cache bypass
#100
opened May 12, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Optimize nested loops in Material Extractor and RAG Indexer
#99
opened May 11, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Optimize nested loops for exercise-solution lookups
#98
opened May 10, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [O(N*M) to O(N) loop optimization in MaterialExtractor]
#95
opened May 7, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Optimize MaterialExtractor iteration loops
#94
opened May 5, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Optimize get_all_exercises to O(N)
#93
opened May 4, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Optimize async event loop execution in
generate_variations_async
#92
opened May 3, 2026 by
glacy
Owner
Loading…
⚡ Bolt: Optimize get_all_exercises and fix caching in material_extractor.py
#91
opened May 1, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Optimize exercise-solution matching
#90
opened Apr 29, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] O(N) lookup in get_all_exercises
#89
opened Apr 28, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] Refactor O(N*M) nested loops to O(N) lookups
#88
opened Apr 27, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] O(N*M) to O(N) lookup in MaterialExtractor
#87
opened Apr 26, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] optimize material_extractor loops
#86
opened Apr 25, 2026 by
glacy
Owner
Loading…
⚡ Bolt: [performance improvement] O(N) dictionary lookup for exercises
#85
opened Apr 24, 2026 by
glacy
Owner
Loading…
⚡ Bolt: Optimize MaterialExtractor loop complexity and redundant string operations
#84
opened Apr 23, 2026 by
glacy
Owner
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.