Here's a BTree Library for .NET
As 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
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)
Tags:





