Closed goodpaul6 closed 5 years ago
Instead of allocating struct fields separately, just put them all at the end of the Tiny_Object allocation; reduces cache misses and eliminates the need to free structs specially.
Instead of allocating struct fields separately, just put them all at the end of the Tiny_Object allocation; reduces cache misses and eliminates the need to free structs specially.