Skip to content
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

disable vid reuse compaction #2276

Merged
merged 3 commits into from
Jun 1, 2024
Merged

disable vid reuse compaction #2276

merged 3 commits into from
Jun 1, 2024

Commits on Jun 1, 2024

  1. disable vid reuse compaction

    The current implementation cannot be used practically since it causes
    several full reallocations of the whole free list per deletion - it
    needs to be reimplemented, or the chain cannot practically progress
    beyond ~2.5M blocks where a lot of removals happen.
    arnetheduck committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a028b9a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: tersec <[email protected]>
    arnetheduck and tersec committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    87b8684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2d873 View commit details
    Browse the repository at this point in the history