messense

Results 124 issues of messense

Rewrite [delvewheel](https://github.com/adang1345/delvewheel) in Rust! * [ ] Warn about external shared library dependencies * [ ] Repair Windows wheels

enhancement
wheel
hard

[Rust 1.64.0](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html) includes support for multiple `--target`, it'd be nice if `maturin build` also supports it. Nice to have but low priority IMO.

enhancement

Rewrite [delocate](https://github.com/matthew-brett/delocate) in Rust! * [ ] Warn about external shared library/framework dependencies * [ ] Repair macOS wheels

enhancement
wheel
hard

Basically means we need to rewrite part of the functionalities [patchelf](https://github.com/NixOS/patchelf) provides in Rust! https://github.com/PyO3/maturin/blob/main/src/auditwheel/patchelf.rs - [x] `patchelf --print-rpath`, replace with goblin, easy one: https://github.com/PyO3/maturin/pull/1139 - [ ] `patchelf --set-rpath`...

enhancement
wheel
hard

* https://docs.codspeed.io/ * https://docs.codspeed.io/benchmarks/nodejs

### Problem Running `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` in armv7 docker container running on an arm64 Linux hangs. ### Steps Run a docker container with `--platform linux/arm/v7`...

bug

Comparing `poetry install` with `uv install` a `poetry export`ed `requirments.txt`: * `poetry` takes 4m5s, peak network speed is 528 Mibps * `uv` takes 4m17s, peak network speed is 229 Mibps...

performance

I think we can simplify the current public API on master branch.

enhancement