Here's a BTree Library for .NET
Join the DZone community and get the full member experience.
Join For FreeAs I was reading MongoDB deficiencies, one problem I learned
about was the lack of counted BTrees. Since I wanted to learn more BTrees, I
cooked up a basic implementation of BTrees in C# and posted it to
GitHub, which allowed me to learn more about Git as well.
This is the GitHub repository where you can find the initial BTree implementation (in-memory implementation only for now):
https://github.com/rdcastro/btree-dotnet
Published at DZone with permission of Rodrigo De Castro, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments