>
> Just starting to get interested and I'm reading the code. I couldn't
> help noticing a straightforward
> optimization whilst reading skiplist.rb. I know that optimizations
> aren't a priority at the moment,
> but if it doesn't interfere with the readability consider accepting
> it.
Hi!
Optimizations are always welcome. Especially in a Skiplist.
We are going to replace current Skiplist class with a SimpleSkiplist
soon, which has several optimizations already and should be optimized
further.
Anyway, thanks for your attention!
Oleg.