C++ B+ Tree implementation

This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change storage type (e.g. from file based to memory based) all you need is to change template argument of the BTreeAlgorithms class. There are two controllers exist for such purpose: StreamBTreeController and RamBTreeController. You can write your own controller by simply changing logic in couple of methods within exiting controllers.

 
Visit Site:
C++ B+ Tree implementation
Version:
1.0 
Filed in:
C & C++ / Scripts & Programs / Development Tools / Libraries & Classes
Platforms:
LinuxMicrosoft WindowsUnixApple Mac OS XSun Solaris 
Databases:
No Database 
Date Added:
Dec 20, 2007 
Last Updated:
Dec 20, 2007 

License and Pricing Information

BSD

Price: $0.00 USD

Publisher site visits: 1,606
Average rating: 0.00
Total ratings: 0

Be the first to review this listing!

Publisher Info

Author:
ScalingWeb 
Other listings by this publisher

Share this Listing