DanielStutzbach / blist

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

__sizeof__ unimplemented for iterators #2

Open DanielStutzbach opened 14 years ago

DanielStutzbach commented 14 years ago

They currently fall back to the default object implementation, returning a value that is too small.