Dan-wanna-M / kbnf

A fast constrained decoding engine based on context free grammar in Rust
Other
2 stars 0 forks source link

Use mimalloc for python wheels #6

Open Dan-wanna-M opened 1 month ago

Dan-wanna-M commented 1 month ago

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

Dan-wanna-M commented 1 month ago

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.