https://github.com/rohanvdvivedi/tuplelargetypes
Sibling project of TupleStore and TupleIndexer (also dependencies) to allow building larger than page datatypes.
https://github.com/rohanvdvivedi/tuplelargetypes
blob json numeric text
Last synced: 3 months ago
JSON representation
Sibling project of TupleStore and TupleIndexer (also dependencies) to allow building larger than page datatypes.
- Host: GitHub
- URL: https://github.com/rohanvdvivedi/tuplelargetypes
- Owner: RohanVDvivedi
- Created: 2025-02-01T05:09:27.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-31T15:57:08.000Z (3 months ago)
- Last Synced: 2025-03-31T15:58:58.685Z (3 months ago)
- Topics: blob, json, numeric, text
- Language: C
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TupleLargeTypes
A sibling project of TupleIndexer (for worm) and TupleStore, to build larger than page data types with comparable prefixes.
## Setup instructions
**Install dependencies :**
* [TupleStore](https://github.com/RohanVDvivedi/TupleStore)
* [TupleIndexer](https://github.com/RohanVDvivedi/TupleIndexer)**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`## Using The library
* 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`
* `#include`
* `#include`
* `#include`## Instructions for uninstalling library
**Uninstall :**
* `cd TupleLargeTypes`
* `sudo make uninstall`