SwayDB
SwayDB copied to clipboard
Use value classes to reduce memory allocation
Value classes, specially when searching Segments can reduce instance allocations when performing binary-search, hash-index search, bloom-filter search and linear-search.
I would expect GC workload to be noticeably reduced.