Skip to content

Commit

Permalink
Render floating point numbers to string using Grisu2 algorithm instea…
Browse files Browse the repository at this point in the history
…d of stdlib to speed up JSON generation.
  • Loading branch information
danpat committed Sep 5, 2018
1 parent 9b779c7 commit 3f5e961
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Changes from 5.18.0:
- Optimizations:
- CHANGED: Map matching is now almost twice as fast. [#5060](https://github.com/Project-OSRM/osrm-backend/pull/5060)
- CHANGED: Use Grisu2 for serializing floating point numbers. [5188](https://github.com/Project-OSRM/osrm-backend/pull/5188)
- Bugfixes:
- FIXED: collapsing of ExitRoundabout instructions [#5114](https://github.com/Project-OSRM/osrm-backend/issues/5114)
- FIXED: negative distances in table plugin annotation [#5106](https://github.com/Project-OSRM/osrm-backend/issues/5106)
Expand Down
Loading

0 comments on commit 3f5e961

Please sign in to comment.