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/blob_extended.h>
#include<tuplelargetypes/text_extended.h>
#include<tuplelargetypes/numeric_extended.h>
#include<tuplelargetypes/tuple_list_extended.h>
Uninstall :
cd TupleLargeTypes
sudo make uninstall