ordinals/ord

Benchmark ordered insertion

Open

#2,358 opened on Aug 23, 2023

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Rust (1,479 forks)github user discovery
good first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (Avg merge 15d 21h) (5 merged PRs in 30d)

Description

Per this comment, we should try converting the value cache and range cache from HashMaps to BTreeMaps, to see if ordered insertion into redb on flush improves indexing performance.

Contributor guide