masklinn
masklinn
@msimacek with a "simplifier" added to the script, the timings do improve by about 25% on this machine, but that's still quite far behind cpython. ```sh > graalpy run.py -c...
If the commands already have a replacement (as is the case for this one), maybe they could be pre-deprecated by marking them as deprecated in the readme already, with the...
Possible alternative: instead of a generator, implement (or find) a driver straight from tox.ini à la [using dhall to manage GHA workflows](https://exploring-better-ways.bellroy.com/using-dhall-to-manage-github-actions-workflows.html) or [how we write GHA in go](https://full-stack.blend.com/how-we-write-github-actions-in-go.html). An...
Note: an alternate would be to revert 6e65445448586361f6c5b3389ef619249d56e070 entirely, and have a build-time expansion of unbounded to bounded in a separate file when a release is cut, backtracking engine could...
> Using [setup-graalvm](https://github.com/graalvm/setup-graalvm) directly, which offers more granular control and may support caching improvements in the future. It's unclear to me that setup-graalvm can set up graalpython? I tried adding...
> We recognize that repeated downloads affect CI efficiency, and while GraalPython isn’t officially supported today, your feedback is invaluable. We’ll continue monitoring demand and reassess feasibility if infrastructure constraints...
See prior art at https://github.com/ua-parser/uap-rust/tree/main/regex-filtered Do take note of ua-parser/uap-rust@4f1c7df94f4171d78e0128146254d99e6a12c27e and ua-parser/uap-rust@f500c57dbc100d1845ca73d7253240bf258994bb An other core concern will be the implementation of aho-corasick in Python, uap-rust was able to use https://github.com/BurntSushi/aho-corasick...
This issue is nonsensical: 1. uap-core implemented redos mitigations in the ruleset in v0.10.0-4 (ua-parser/uap-core@dc9925d458214cfe87b93e35346980612f6ae96c), uap-go links to v0.18.0-30 (ua-parser/uap-core@c941f1d2cd528be1d597471e5c502a9dc0eb3ac8) 2. and the issue was never relevant to uap-go, because...