zadean / emojipoo

Log-Structured Merge-Tree in pure Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emojipoo 💩

Pure Erlang, Log-Structured Merge-Tree

💩 is a refactoring and simplification of HanoiDB.

It uses the same concept of doubling level sizes, but here they are layers on the pile...

Newer keys are slapped onto the top of the pile, and **it rolls down-hill.

Changes

  • The bloom filter was removed
  • The external plain_fsm dependency was replaced with gen_statem in OTP
  • All external dependencies removed
  • Fold functions removed
  • range and prefix functions added
  • range and prefix functions return iterators that qlc would expect

About

Log-Structured Merge-Tree in pure Erlang

License:Apache License 2.0


Languages

Language:Erlang 100.0%