prometheus-lua / Prometheus

Lua Obfuscator written in pure Lua
https://levno-710.gitbook.io/prometheus/
GNU Affero General Public License v3.0
202 stars 60 forks source link

Improved Tokenizer performance #147

Closed NougatBitz closed 10 months ago

NougatBitz commented 10 months ago

int: 60,000 Character hexadecimal number took ~1-2 seconds, now ~0.0646 Seconds singleLineString: 60,000 Character string took ~1-2 seconds, now ~0.08 Seconds parseAnnotation: 60,000 Character annotation took ~2 seconds, now ~0.0508 Seconds