kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Speed up loading .nkg files #374

Closed caiw closed 2 months ago

caiw commented 2 months ago

Fixes #271

Loading over 5k functions from a .nkg file goes from 49 functions/second to *~928~ 1,331 functions/second**!

Thanks to @young-x-skyee for most of the work on this — I just cherry-picked commits from the kymata-language branch, and tidied up the code a little, and added/fixed tests

Main changes

*: on my laptop

neukym commented 2 months ago

Loading over 5k functions from a .nkg file goes from 49 functions/second to 1,331 functions/second*!

Wow!