.NET Zone is brought to you in partnership with:

Developer with experience in a variety of different systems and technologies, with a customer focus and balance with business goals. Particularly interested in backend and large scale systems, and also interested in high level architecture, and API design. Always open to feedback in order to keep learning and improving as a professional. Rodrigo is a DZone MVB and is not an employee of DZone and has posted 37 posts at DZone. You can read more from them at their website. View Full User Profile

Here's a BTree Library for .NET

10.04.2012
| 2638 views |
  • submit to reddit

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

 

Published at DZone with permission of Rodrigo De Castro, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)