PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
337 stars 20 forks source link

Optimize json.encode with __order #882

Closed Sainan closed 3 weeks ago

Sainan commented 3 weeks ago

This makes a considerable difference of several seconds for even reasonably-sized JSON data. However, it is a bit of a semantic change because __order is now taken at face value instead of only being used as a hint.