7 ms·
It sounds like you are just writing your own allocator? That sounds great, but why is it going to be better than jemalloc? There are many reasons a specialized
by kevincox 19d ago
It sounds like you are just writing your own allocator? That sounds great, but why is it going to be better than jemalloc?
There are many reasons a specialized allocator can be better, but just saying "write your own" doesn't really add much value to the discussion.
- foltik 19d agoIf you squint, even their TLV encoding in a Box<[u8]> is kind of a specialized arena allocator.