https://docs.rs/polars/latest/polars/#custom-allocator
From the docs:
Benchmarks have shown that on Linux and macOS JeMalloc outperforms Mimalloc on all tasks and is therefore the default allocator used for the Python bindings on Unix platforms.
Is there a reason why Mimalloc is used?
https://docs.rs/polars/latest/polars/#custom-allocator
From the docs:
Is there a reason why Mimalloc is used?