Help recycle Vecs to lessen the number of allocations during recursing.
Using something like jemalloc can give you a false sense of how fast allocators are in general.
You dont want your library to be tied to a specific allocation library like jemalloc.
Assume the allocator is slow.
Help recycle Vecs to lessen the number of allocations during recursing.
Using something like jemalloc can give you a false sense of how fast allocators are in general. You dont want your library to be tied to a specific allocation library like jemalloc.