Feature: Use arena-allocation for memory handling
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.
This commit is contained in:
committed by
Ole Kristian Morud
parent
f58c5dcfee
commit
b3821cf8bf
@@ -1,4 +1,5 @@
|
||||
-Iinclude
|
||||
-Iarena-allocator/include
|
||||
-Wall
|
||||
-Werror
|
||||
-Wpedantic
|
||||
|
||||
Reference in New Issue
Block a user