DanielStutzbach / blist

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

Add a sortedlist type #7

Closed DanielStutzbach closed 14 years ago

DanielStutzbach commented 14 years ago

For read and delete operations, works just like a list.

For insert operations, works just like a set.

The constructor should take an optional "key" function.