You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: