DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
310 stars 36 forks source link

Added bisect() to sorted list #30

Closed ghost closed 13 years ago

ghost commented 13 years ago

Fix for #28. I'm not intimately familiar with bisect algorithms and I didn't think about it very hard, but is it ok to just replace the less-than operation by lesser-or-equal to get a bisect-right behavior?

ghost commented 13 years ago

I'm not familiar with github. Is it normal that the pull request created a new issue instead of attaching itself to #28?