-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
Zeyuan Hu edited this page Jul 8, 2018
·
8 revisions
The following features and bug fixes are planned and under the development:
- Replace Automake build system with the CMake build system [under development]
- Hook the clang-format to have a consistent coding style
- Add more systematic and robust logging system
- Fix various memory leak issues
- Rewrite the multiple guard parallel compaction using thread pool
- Overhaul the microbenchmark to provide more statistics
- Deep integration with SuRF as an alternative to replace bloom filters completely
- Refactor the iterator code to make it more maintainable
- Clean up the repo to remove unnecessary files
- Sync the code updates from LevelDB
- Create doxygen documentation and serve online
- Add a test case to verify the installation (e.g. hook a test script to invoke db functions)
- Fix warning messages