bplustree-disk-io

所属分类:Windows编程
开发工具:WINDOWS
文件大小:18KB
下载次数:1
上传日期:2019-07-16 00:40:42
上 传 者jsmith473
说明:  A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage

文件列表:
bplustree-disk-io (0, 2018-01-28)
bplustree-disk-io\CMakeLists.txt (342, 2018-01-28)
bplustree-disk-io\LICENSE (1074, 2018-01-28)
bplustree-disk-io\cmake (0, 2018-01-28)
bplustree-disk-io\cmake\CodeCoverage.cmake (7433, 2018-01-28)
bplustree-disk-io\coverage_build.sh (242, 2018-01-28)
bplustree-disk-io\demo_build.sh (79, 2018-01-28)
bplustree-disk-io\lib (0, 2018-01-28)
bplustree-disk-io\lib\CMakeLists.txt (772, 2018-01-28)
bplustree-disk-io\lib\bplustree.c (47511, 2018-01-28)
bplustree-disk-io\lib\bplustree.h (3322, 2018-01-28)
bplustree-disk-io\package.json (300, 2018-01-28)
bplustree-disk-io\tests (0, 2018-01-28)
bplustree-disk-io\tests\CMakeLists.txt (796, 2018-01-28)
bplustree-disk-io\tests\bplustree_coverage.c (5477, 2018-01-28)
bplustree-disk-io\tests\bplustree_demo.c (7311, 2018-01-28)
bplustree-disk-io\tests\testcase_generator.py (1250, 2018-01-28)

# B+Tree A minimal B+Tree implementation for millions (even billions) of key-value storage based on Posix. ## Branch [in-memory](https://github.com/begeekmyfriend/bplustree/tree/in-memory) for learning and debugging. ## Demo ```shell ./demo_build.sh ``` ## Code Coverage Test **Note:** You need to delete the existing `/tmp/coverage.index` first for this testing! ```shell ./coverage_build.sh ```

近期下载者

相关文件


收藏者