Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

K4 v2.1.7

Choose a tag to compare

@guycipher guycipher released this 12 Nov 19:45
· 7 commits to main since this release

K4 v2.1.7 PATCH BREAKING

As discussed here #25

  • Corrected memtable size incrementation
  • Modified pager to use less space changing page body size to 1024 and header size to 16. Thus every page now takes 1040 bytes as opposed to 4156.

Thank you @marvin-j97 for the issue reporting and testing you concluded. Good stuff.