From 20043af3c289052e239773257cbbd961e4397394 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Sun, 28 Jul 2024 15:52:12 +0200 Subject: perf: Precompute distance --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 34070e6..7d7274d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3