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:
-




- Databases:
-
- 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 |
Publisher Info
- Author:
- ScalingWeb
