Add a paged array template

Used for reusable stacks, or filling arrays from multiple threads efficiently.
This commit is contained in:
reduz
2020-12-21 14:17:24 -03:00
parent 6532596d97
commit 37c6434e16
3 changed files with 503 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#include "test_oa_hash_map.h"
#include "test_object.h"
#include "test_ordered_hash_map.h"
#include "test_paged_array.h"
#include "test_pck_packer.h"
#include "test_physics_2d.h"
#include "test_physics_3d.h"