andyferris / Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Other
278 stars 28 forks source link

Implement `searchsorted` functions #123

Open jariji opened 11 months ago

jariji commented 11 months ago

Dictionary has sort but not searchsorted, searchsortedfirst, searchsortedlast.

andyferris commented 11 months ago

These might exist in an ancient branch. I’d love to have these!