stronglink
stronglink copied to clipboard
Database layer improvements
- Native db_get/put/del support, instead of using the transaction cursor in all cases (get rid of db_ext)
- Unify LevelDB and RocksDB wrappers
- LevelDB nested transactions (needed for improved sync/submission system, #1)
- LeveLDB clean up transaction/cursor initialization
- LevelDB max path length, dynamic allocation?
- Use LevelDB environment to unlink MDB temp file portably