Skip to content

Add MultiLevelMapper #1337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

wks
Copy link
Collaborator

@wks wks commented Jul 9, 2025

DRAFT:

  • Needs more correctness testing
  • Needs performance evaluation

This is a replacement for FragmentedMapper. It does not use hash tables and is lock-free when looking up or lazily initializing the slabs table. It is intended to eliminate the pathological case of FragmentedMapper where a hash collision can result in many locking operations to find the matching or vacant slab table entry.

Fixes: #1336

This is a replacement for `FragmentedMapper`.  It does not use hash
tables and is lock-free when looking up or lazily initializing the slabs
table.  It is intended to eliminate the pathological case of
`FragmentedMapper` where a hash collision can result in many locking
operations to find the matching or vacant slab table entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inefficient locking in FragmentedMapper::get_or_optionally_allocate_slab_table
1 participant