Skip to content
View bfors's full-sized avatar
Block or Report

Block or report bfors

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bfors/README.md

Welcome

I'm currently working on learning rust and low level data management through implementing simple storage engines.

Log-structured key-value store https://github.com/bfors/lskv/

Based on bitcask, designed for high throughput and crash resilience.

  • All commands are written to a log file in the order they are received
  • An in-memory index maps keys to the corresponding file locations where the values are found
  • Log files are append only, and periodically get compacted to drop stale data

lskv

Pinned

  1. lskv lskv Public

    Log-structured key-value store

    Rust

  2. lsmt lsmt Public

    Log-structured merge tree storage engine

  3. advent advent Public

    Advent of code solutions

    Jupyter Notebook

  4. nvim nvim Public

    neovim config, I just wanna go fast

    Lua