remem icon indicating copy to clipboard operation
remem copied to clipboard

Comparison with free list

Open CAD97 opened this issue 6 years ago • 0 comments

Rowan currently uses a handrolled thread local free list to avoid allocating and deallocating syntax node payloads a large amount.

I'm currently writing an experimental rewrite from the ground up with a more aggressive eye for optimization. I'd love to use remem over an ad-hoc solution.

For that purpose, it'd be great to have some comparisons of remem against a simple free list, both thread-local (Rc) and shared (Arc).

CAD97 avatar Nov 23 '19 02:11 CAD97