Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use JSON.parse for parsing teambuilder tables (smogon#1714)
This optimizes JavaScript parsing performance. V8 developers recommend applying this optimization for objects of 10 kB or larger, see <https://v8.dev/blog/cost-of-javascript-2019#json> for more details. Teambuilder tables are 3.5 MBs which is much more than 10 kB.
- Loading branch information