First list of FIT decoding libraries and basic benchmarking

Hi,

Just wanted to share, I started to put together a list of libraries that decode fit files and a simple benchmarking of the performance of each as for my own application performance is an issue.

Hopefully can be useful to others as reference, feel free to add other libraries or suggest other to look at.

https://github.com/roznet/fit-benchmarks

  • I don't think that for the javascript it is the fastest realization. I think  there was no such goal to make the parser as fast as possible, just to have it properly working. I developed both python and js to plοt data from the fit files, and JS is much faster, in the order of magnitude, than python (JS is published as fitplotter in github) Probably it's due to python's GUI overhead.