Skip to content

v0.1.7

Choose a tag to compare

@aloima aloima released this 24 Dec 20:38
· 524 commits to master since this release
0e6f484

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, APPEND and DEL commands
  • 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 .tellylock file to check if server is opened or not
  • Minor performance optimizations

Full Changelog: v0.1.6...v0.1.7