docs: added pyo3-nest to the tools - #6203
Conversation
Merging this PR will degrade performance by 23.26%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | into_u128_max |
1.5 µs | 2 µs | -23.26% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing ppmpreetham:patch-1 (662d623) with main (022f8ce)
|
Thanks for the PR. I think this looks like a reimplementation of what we're calling "declarative modules", i.e. See e.g. the first example in https://pyo3.rs/v0.29.0/module.html#python-modules This is important because we use the declarative form to make the With this in mind, I'm afraid I don't think it's a good idea to recommend this project to PyO3 users. I hope you understand, please do feel welcome to convince me otherwise! |
Added pyo3-nest to the tools.
Example
In Python:
Before
After