Skip to content

Commit ffc9c9b

Browse files
authored
Merge pull request #6 from douglase/patch-1
fixes readme link to ConnectStats repo
2 parents cf64038 + 9c9e705 commit ffc9c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ The main motivation to write this library was speed of parsing the fit file for
9292

9393
This library was built to replace the original cpp code from the SDK used in ConnectStats and FitFileExplorer. As ConnectStats now [receives the FIT files](https://github.com/roznet/connectstats_server) from Garmin, the files are parsed live on the phone as they are received and performance was therefore important for the user experience.
9494

95-
The cpp parsing ended up very slow, and it made fit file parsing on [ConnectStats or FitFileExplorer](https://github.com/roznet/connecstats) quite slow. This approach in c/swift is much faster.
95+
The cpp parsing ended up very slow, and it made fit file parsing on [ConnectStats or FitFileExplorer](https://github.com/roznet/connectstats) quite slow. This approach in c/swift is much faster.
9696

9797
You can check the [benchmarking of the library](https://github.com/roznet/fit-benchmarks) versus a few others.

0 commit comments

Comments
 (0)