## 🐉 Żmij - [🐉 Żmij Algorithm](https://github.com/vitaut/zmij) - [🐉 Żmij benchmark](https://github.com/vitaut/zmij#performance) - [🐉 Żmij licence (MIT)](https://github.com/vitaut/zmij/blob/main/LICENSE) - [dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark) where this algorithm is benched As I understand it, the MIT license allows us to vendor this code into CPython, so there shouldn't be any issues with that. On my machine, this results in a 4.09× speedup for repr(x) and a 4.33× speedup for str(x) <!-- gh-linked-prs --> ### Linked PRs * gh-155298 <!-- /gh-linked-prs -->
🐉 Żmij
🐉 Żmij Algorithm
🐉 Żmij benchmark
🐉 Żmij licence (MIT)
dtoa-benchmark where this algorithm is benched
As I understand it, the MIT license allows us to vendor this code into CPython, so there shouldn't be any issues with that.
On my machine, this results in a 4.09× speedup for repr(x) and a 4.33× speedup for str(x)
Linked PRs
repr()/str()with new Żmij algorithm #155298