SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Use value classes to reduce memory allocation

Open simerplaha opened this issue 3 years ago • 0 comments

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.

simerplaha avatar Apr 11 '22 11:04 simerplaha