diff --git a/README.md b/README.md index 44f447f9..048a0c05 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,10 @@ ## About Skip List Index SamehadaDB has - [Implementation of On-Disk Concurrent Skip List as an Alternative to B-Tree Index](https://ryogrid.github.io/articles/skiplist_en) +## Related Project +- [ryogrid/bltree-go-for-embedding](https://github.com/ryogrid/bltree-go-for-embedding) + - Customized [hmarui66/blink-tree-go](https://github.com/hmarui66/blink-tree-go) fork which is usable in other DBMS projects as library + # Advisor - [kumagi](https://github.com/kumagi) and more!