rkirti / SkinnyArr

Create skinny arrays by compressing data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage
-----
g++ AdaptiveIntArray.cpp -o test -lrt


Current State
------------
* A crummy first-test that constructs an array of
integers by looking at the max. # of bits required
for the integer range and packs the array into
an int32_t array. 
* main() right now has toy test cases with 
insert and get. 
* Only single boundary crossing handled -
assuming integers are not large enough
to cross 2 int32_t boundaries for now


About

Create skinny arrays by compressing data


Languages

Language:C++ 100.0%