Split the app
Closed this issue · 0 comments
croqaz commented
Right now, the library is too big and all storage libraries are stuffed into one repo.
The library should be organized like this:
- Stones - should contain all the codecs and the MemoryStore
- Stones-dbm - should contain dbm Unix “database” store
- Stones-level - should contain LevelDB store
- lmdb? redis? riak?