projectsyn / reclass-rs

Reimplementation of https://github.com/kapicorp/reclass in Rust with Python bindings through PyO3.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Force Cargo to use PyO3 0.20.2 #103

Closed simu closed 6 months ago

simu commented 6 months ago

PyO3 0.20.3 breaks building wheels with the default maturin GitHub action.

See also #102

Checklist

github-actions[bot] commented 6 months ago

Benchmark for e93abae

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1633.9±113.37µs | 1648.8±141.54µs | +0.91% | | Reclass::inventory() single-threaded | 3.6±0.02ms | 3.6±0.07ms | 0.00% |
github-actions[bot] commented 6 months ago

Benchmark for e1a5ec9

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1631.0±114.01µs | 1607.8±63.35µs | -1.42% | | Reclass::inventory() single-threaded | 3.6±0.02ms | 3.6±0.04ms | 0.00% |