Giter Site home page Giter Site logo

tiny-bitcask's Introduction

tiny-bitcask

tiny-bitcask是对bitcask论文的简单实现,旨在提供用Go实现简单kv存储引擎的参考。后来我想把这个项目作为实现我各种想法的试验田。所以会持续迭代这个项目,迭代的结果就是master分支的代码。如果想看简单版本的实现可以通过以下方式拉取代码,并且切换到demo分支。

git clone [email protected]:elliotchenzichang/tiny-bitcask.git
cd tiny-bitcask
git chckout demo

另外我想实现做的实验和实现的想法会记录在项目TODO中。并切换分支进行相关迭代,有效果的部分会合并进入master分支。实践的相关文章会列在文章列表上。感谢各位的关注,希望各位都能从中学到一些东西。欢迎star,欢迎提PR。

Todo

  • 实现HintFile
  • 探究对map的优化
  • 实现version control

文章list

  1. 基于Bitcask实现简单的kv存储详细讲解

个人

下面是本人微信公众号,欢迎关注

image

tiny-bitcask's People

Contributors

elliotchenzichang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.