I know that using a 3rd-party allocator (I use mimalloc3) mitigates most of heap allocation penalty, but it still is some cost.
Do you have any plans to implement a custom allocator like in libfork or at least give ability to pass custom allocators when creating coroutines?
I know that using a 3rd-party allocator (I use mimalloc3) mitigates most of heap allocation penalty, but it still is some cost.
Do you have any plans to implement a custom allocator like in libfork or at least give ability to pass custom allocators when creating coroutines?