-
Notifications
You must be signed in to change notification settings - Fork 12
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: georust/polyline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refs/heads/structured_errors
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: georust/polyline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 6 files changed
- 2 contributors
Commits on May 11, 2024
-
Switch to structured errors, inline encoding (#48)
* Switch to structured errors, inline encoding * Simplify Display impl for error * Document error fields * Fix error message case according to convention
Configuration menu - View commit details
-
Copy full SHA for 6872788 - Browse repository at this point
Copy the full SHA 6872788View commit details -
Skip intermediate coord representation (#49)
We can just build up the coords directly rather than building up arrays and then converting them to Coords. ``` $ cargo bench --bench="*" -- --baseline=sha-6872788 Compiling polyline v0.10.2 (/Users/mkirk/src/georust/polyline) Finished `bench` profile [optimized] target(s) in 0.94s Running benches/benchmarks.rs (target/release/deps/benchmarks-8b91c88197106af3) encode 10_000 coordinates at precision 1e-5 time: [180.56 µs 180.85 µs 181.16 µs] change: [-1.3886% -1.0790% -0.7773%] (p = 0.00 < 0.05) Change within noise threshold. Found 5 outliers among 100 measurements (5.00%) 2 (2.00%) low mild 3 (3.00%) high mild encode 10_000 coordinates at precision 1e-6 time: [219.72 µs 220.82 µs 221.84 µs] change: [+0.5301% +1.0508% +1.5979%] (p = 0.00 < 0.05) Change within noise threshold. decode 10_000 coordinates at precision 1e-5 time: [80.937 µs 81.828 µs 82.713 µs] change: [-4.9284% -3.9764% -2.9753%] (p = 0.00 < 0.05) Performance has improved. decode 10_000 coordinates at precision 1e-6 time: [97.706 µs 98.786 µs 99.825 µs] change: [-3.1947% -2.2649% -1.3617%] (p = 0.00 < 0.05) Performance has improved. ```
Configuration menu - View commit details
-
Copy full SHA for b3a3c56 - Browse repository at this point
Copy the full SHA b3a3c56View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 694ca02 - Browse repository at this point
Copy the full SHA 694ca02View commit details -
Update edition, metadata, README, dependencies (#51)
* Update README, metadata, and edition * Update CHANGELOG.md Co-authored-by: Michael Kirk <[email protected]> --------- Co-authored-by: Michael Kirk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b360f5 - Browse repository at this point
Copy the full SHA 2b360f5View commit details -
benchmarks against flexpolyline (#46)
Co-authored-by: Stephan Hügel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb76082 - Browse repository at this point
Copy the full SHA bb76082View commit details -
Configuration menu - View commit details
-
Copy full SHA for add9d0f - Browse repository at this point
Copy the full SHA add9d0fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff refs/heads/structured_errors...main