A sibling project of TupleIndexer (for worm) and TupleStore, to build larger than page data types with comparable prefixes.
Install dependencies :
Download source code :
git clone https://github.com/RohanVDvivedi/TupleLargeTypes.git
Build from source :
cd TupleLargeTypes
make clean all
Install from the build :
sudo make install
- Once you have installed from source, you may discard the build by
make clean
- add
-ltuplelargetypes -ltupleindexer -ltuplestore -lcutlery
linker flag, while compiling your application - do not forget to include appropriate public api headers as and when needed. this includes
#include<tuplelargetypes.h>
Uninstall :
cd TupleLargeTypes
sudo make uninstall