Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mimalloc for python wheels #6

Open
Dan-wanna-M opened this issue Jun 21, 2024 · 1 comment
Open

Use mimalloc for python wheels #6

Dan-wanna-M opened this issue Jun 21, 2024 · 1 comment
Assignees
Labels
Efficiency The code could be faster

Comments

@Dan-wanna-M
Copy link
Owner

Mimalloc is faster than the system default allocator on most platforms.

@Dan-wanna-M Dan-wanna-M added the Efficiency The code could be faster label Jun 21, 2024
@Dan-wanna-M Dan-wanna-M self-assigned this Jun 21, 2024
@Dan-wanna-M
Copy link
Owner Author

Partially supported in v0.1.1-python. Linux cross compilation requires modifying maturin's docker image to install gcc-4.9 which maturin-actions does not expose a simple interface. Musilinux has some enigmatic error message that might be related to python-abi3 itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Efficiency The code could be faster
Projects
None yet
Development

No branches or pull requests

1 participant