You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add custom allocators to cuprated behind a feature flag.
Why
Targets that are statically linking (like musl libc by default) will inherit the default (potentially very slow) allocator. Rust permits to easily swap out an allocator and I think this might be beneficial to have a feature flag for it.
The allocators we could support (or force):
What
Add custom allocators to cuprated behind a feature flag.
Why
Targets that are statically linking (like musl libc by default) will inherit the default (potentially very slow) allocator. Rust permits to easily swap out an allocator and I think this might be beneficial to have a feature flag for it.
The allocators we could support (or force):
The text was updated successfully, but these errors were encountered: