AnkurPande/dense-index
An Implementation of Dense index on Database Relational text file while reading it block by block accessing it in random manner. The final software will let you do lookup with the specified value and can count hits generated as well as can fetch the respective record. Memory constraint were 2 MB and 5 MB while size of file to read is 2 GB.
Java