-
Notifications
You must be signed in to change notification settings - Fork 14
Improve performance of the index selector #151
Copy link
Copy link
Open
Labels
acceptance: go aheadReviewed, implementation can startReviewed, implementation can startarea: performancePerformance improvementsPerformance improvementscontribute: simdRequires SIMD knowledgeRequires SIMD knowledgehelp wantedExternal contributions welcomeExternal contributions welcometype: featureNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
acceptance: go aheadReviewed, implementation can startReviewed, implementation can startarea: performancePerformance improvementsPerformance improvementscontribute: simdRequires SIMD knowledgeRequires SIMD knowledgehelp wantedExternal contributions welcomeExternal contributions welcometype: featureNew feature or requestNew feature or request
Type
Projects
Status
Todo
Is your feature request related to a problem? Please describe.
The index selector was introduced in #64, but there was no in-depth performance analysis and polishing applied afterwards. The potential for improvements may be large.
Describe the solution you'd like
Second, this requires an experimental approach. Run benches on the current code and then identify opportunities for improvement, run benchmarks again to verify an improvement, repeat. We will stop once we run out of improvement ideas.