MartinKoch123 / yaml

MATLAB YAML parser and emitter based on SnakeYAML
MIT License
22 stars 7 forks source link

Improve array dumping performance #17

Closed MartinKoch123 closed 1 month ago

MartinKoch123 commented 1 month ago

closes #16

@AdamCooman I finally found the time to work on it. Using your comments as a starting point, i realized there were even more opportunities for simplification and performance increase. Take a look if you like. Otherwise I'll merge it in a few days. Thanks for your contribution.

AdamCooman commented 1 month ago

Nice work on speeding this up! I got the following results in my benchmarks image

MartinKoch123 commented 1 month ago

Interesting, thanks for checking!