fit
fit copied to clipboard
reader: fix accumulated components handling
See test file testdata/python-fitparse/compressed-speed-distance.fit.
Compressed distance is not accumulated correctly. Possibly a roll over/overflow issue.
Also a big issue: a the moment concurrent decoding is not possible since internal accumulators are package global. Fix it.