Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
As a result of ARROW-11009/ARROW-11049/etc. it is now possible to switch allocators at runtime. Previously only one allocator was compiled into the released builds (e.g. the PYPI version of pyarrow only included jemalloc on Linux and mimalloc on Windows). It might now make sense to compile both mimalloc and jemalloc on Linux builds to allow the user to switch out to the appropriate allocator at runtime if they need to.
Attachments
Issue Links
- relates to
-
ARROW-11212 [Packaging][Python] Use vcpkg as dependency source for manylinux and windows wheels
- Resolved
- links to