v0.1.7
Release notes
- Add error handling and change memory allocations to aligned memory allocations for B-Tree (caching) to reduce CPU overhead
- Add authorization system
- Add
PWD,AUTH,APPENDandDELcommands - Deleting hash table and list from cache when they have no field/node
- Add DIRECT I/O to database file and logging file, so reduces most of system calls and CPU/kernel overhead
- Improve deleting algorithm of B-Tree, almost (?) done
- Add
.tellylockfile to check if server is opened or not - Minor performance optimizations
Full Changelog: v0.1.6...v0.1.7