iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Refactoring tasks #75

Closed danaack closed 7 years ago

danaack commented 7 years ago

Changes include: -move kv_io.h code into kv_systems -remove all reference and instances of kv_io.h and kv_io.c -update dictionary_size to be of type unsigned int

Stickerpants commented 7 years ago

Fix and refactor kv_io.h

Stickerpants commented 7 years ago

LGTM

Stickerpants commented 7 years ago

Change types that should be unsigned as appropriate

graemedouglas commented 7 years ago

LGTM