HarperFast / HarperFast/harper

Faster ID list data structure in LMDB (replace sorted array)

Open
#979 0 comments 0 reactions 1 assignee Claimed by @kriszyp View on GitHub
area:storage enhancement from-jira
Dominant language
JavaScript
Stars
89
Forks
10
Avg merge
2d 6h
Merged PRs (30d)
200

Description

LMDB uses sorted integer arrays for dirty/free page tracking. Insertions are O(n), which becomes a bottleneck in large transactions. Replace with a more efficient data structure (e.g., B-tree, skip list, or bitmap) to reduce write transaction cost at scale.

🤖 Filed by Claude on behalf of Kris.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.