We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c58094 commit 1bf7618Copy full SHA for 1bf7618
README.md
@@ -20,7 +20,6 @@ Thw following table shows the mapping between the paper terms and API prefixes i
20
21
The content of this repository is organized as follows:
22
- `c/`: external library dependencies (including the thread-safe skip list used as FlexDB's MemTable)
23
-- `*_benchmark/`: experiment code for FlexTree, FlexSpace and FlexDB (Paper Section 6.1 to 6.3)
24
- `flextree.h`, `flextree.c`: FlexTree implementation and its APIs, including reference code of sorted extent array
25
- `flexfile.h`, `flexfile.c`: FlexSpace implementation and its APIs
26
- `flexdb.h`, `flexdb.c`: FlexDB implementation and its APIs
0 commit comments