JujuAdams / SNAP

Data format converters for GameMaker LTS 2022
MIT License
89 stars 15 forks source link

Benchmarks in docs #6

Open adam-coster opened 4 years ago

adam-coster commented 4 years ago

Since there are built-in methods doing some of the stuff that SNAP does, and since in general it's useful to know what the performance of tools is going to be, it would be great to have some benchmarks in the docs. In particular head-to-heads against built-ins, where available.

JujuAdams commented 4 years ago

It's going to be slower than native in basically all situations, and likely substantially so.

adam-coster commented 4 years ago

Fair enough! Mostly I'm curious if it's slower enough to matter in most contexts.