Arena allocation make deallocation of nested structed MUCH faster, and improves the spatial locality of allocations. It makes no sense to deallocate only parts of a JSON structure so arenas are a good fit here.
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
-Iinclude
|
|
-Iarena-allocator/include
|
|
-Wall
|
|
-Werror
|
|
-Wpedantic
|