erikd / vector-algorithms

Other
23 stars 15 forks source link

Feature request: Add immutable equivalent of `Data.Vector.Algorithms.Search` #34

Open nh2 opened 3 years ago

nh2 commented 3 years ago

Data.Vector.Algorithms.Search contains lots of useful read-only seach functions.

It would be great to have them run on Vectors, not only MVectors.

erikd commented 3 years ago

A PR implementing this would probably get it done more quickly :).