Research Study - Optimize the Performance of GS Patterns Windowed Search #4
jyoung3131
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project would look at optimizing the GS Patterns windowed search. Currently, it uses a sequential array-based search for a 1024 element window, but it would be optimal to use a map-like data structure to speed up the search and filtering components.
Beta Was this translation helpful? Give feedback.
All reactions