1.0.1 • Published 5 years ago

flumeview-skiplist v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

flumeview-skiplist

A flumeview based on my new skiplist-buffer

another step in the continuing quest to write a fast embedded database in javascript

This is a strictly in-memory index. You wouldn't actually use this on it's own, (because you'd want to persist the indexes, rather than rebuild them each time) But I wrote this because I wanted to compare performance of my skiplist with level.

Level also contains a skiplist, which is why I chose this algorithm.

flumeview-skiplist vs level

the skiplist is better, or nearly as good as level!

License

MIT

1.0.1

5 years ago

1.0.0

6 years ago