Mario Rugiero
Mario Rugiero
## What ❔ Fix Validium stuff in `kl-factory` ## Why ❔ Some things got broken ## Checklist - [ ] PR title corresponds to the body of PR (we generate...
Some constants are used often and specially for Montgomery their construction is expensive and can even become a bottleneck for some operations. The implementation may be complicated because most are...
And do it in a way that doesn't fill your disk when iterating.
This should be a separate workflow running on PRs that blocks merge. It's needed because once a PR in cairo-rs is merged the branch is deleted and the ref may...
#58 implements support for custom types in references for hints. It's currently only using integration tests to validate the functionality. It would be desirable to also unit test it.
While for the most part we should have no Python deps, at the very least we use them for testing. The proper place to keep them and to specify the...
# TITLE ## Description Description of the pull request changes and motivation. ## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ]...
`uv` is a compatible `pip` replacement made in Rust, which runs significantly faster. It saves about 70 seconds on my M3 when installing deps. # TITLE ## Description Description of...
The `result` object already gets its count increased inside `LRU_peek_*_item`, so doing it twice causes a memory leak. Should fix #64