diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-28 15:52:12 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-28 15:52:12 +0200 |
| commit | 20043af3c289052e239773257cbbd961e4397394 (patch) | |
| tree | 2f39f251961bbbebf0a86ef0481759e0401be436 /README.md | |
| parent | 45844ae231b7afe68a1cd5b7c0d09fd77e806d0f (diff) | |
perf: Precompute distance
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,6 +7,8 @@ - Storing GPX - Export mountain pass from OSM and auto detect when pass is crossed - Auto detect climbs from GPX +- Compute estimated power +- Export data from Strava, Garmin ## Implementation @@ -20,11 +22,14 @@ - Django bike - https://github.com/paulmach/osm - https://github.com/tkrajina/gpxgo +- https://github.com/brendangregg/FlameGraph +- `go tool pprof -http=":8081"` ## TODO - CI / Tooling - Tests +- linter for calls to `make([]..., n)` that then use append ## Examples @@ -41,4 +46,5 @@ | 99.0km | 109.5km | | 128.2km | 141.8km | -- add min slope to prevent long false up +- add min slope to prevent long false up ? +- check score of 60km-76km vs 32km-76km |