npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

flumeview-skiplist

1.0.1

@dominictarr

npmHomeRepoSnykSocket
Downloads:0
$ npm install flumeview-skiplist
DailyWeeklyMonthlyYearly

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