barrust / count-min-sketch

Count-Min Sketch Implementation in C
MIT License
45 stars 16 forks source link

Import / Export functionality #1

Closed barrust closed 7 years ago

barrust commented 7 years ago

The easiest way to create import / export is probably to change from using an array of int arrays into using a single long int array that is divided into each row. This would require some minor changes in lookup and adding elements.

barrust commented 7 years ago

Added this ability to export and import from file in version 0.1.3