Lartu / katalyn

Scripting language that combines the simplicity of Lua with the power of Perl 🛡️
http://lartu.net/katalyn/
Apache License 2.0
5 stars 1 forks source link

perf: optimize variable access #14

Closed Oppen closed 1 month ago

Oppen commented 1 month ago

Use an unordered_map instead of a map for the variables tables. Query only once for the values.

Lartu commented 1 month ago

Lovely! Thank you!