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

[experiment] gumbo using a malloc arena #2790

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    cf57dee View commit details
    Browse the repository at this point in the history
  2. prefactor: gumbo_realloc takes previous size

    so we can implement an arena-based realloc
    flavorjones committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c86906c View commit details
    Browse the repository at this point in the history
  3. wip: implement a scrappy arena allocator

    https://www.gingerbill.org/article/2019/02/08/memory-allocation-strategies-002/
    
    so I can benchmark the speedup from not having to free chunks
    flavorjones committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2000e35 View commit details
    Browse the repository at this point in the history