Skip to content

feat: expose dense map capacity footprint - #58

Merged
hurricane1026 merged 1 commit into
masterfrom
time-arch-dense-map-footprint
Aug 28, 2026
Merged

feat: expose dense map capacity footprint#58
hurricane1026 merged 1 commit into
masterfrom
time-arch-dense-map-footprint

Conversation

@hurricane1026

Copy link
Copy Markdown
Contributor

Summary

  • expose policy-aware entry/value capacities and direct allocation footprint
  • project the exact direct footprint of reserve(count) plus reserve_values(count) without allocating
  • share checked normalization/load-factor rules with real growth and reject value-index overflow
  • preserve value-only reservations made before bucket allocation

This is the container prerequisite for ClapDB timeseries FrequencyDict state reservation and reconciliation. Nested key/value-owned payloads are intentionally excluded.

Validation

  • Containa full test binary: 313 test cases, 1,595,365 assertions passed
  • ClapDB clean alltests consumer build: in progress locally

@hurricane1026
hurricane1026 merged commit f839ffc into masterAug 28, 2026
10 checks passed
Sign up for freeto 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.

1 participant

@hurricane1026