Open DennisOSRM opened 10 years ago
First implementation of a FixedPoint number type has been added in https://github.com/Project-OSRM/osrm-backend/commit/41d9c00f708d1011f31cb448b00e331cfb4ee05c.
One thing to consider is that numerical stability should not get worse.
Is this issue out-of-date? I can only find FixedLatitude
and FixedLatitude
in Coordinate
now.
The functions of FixedPointCoordinate happily cast to floats and use the FPU for arithmetic operations.
Goal is to
This should give upto 1ms in nearest neighbor lookup and 3ms in line simplification (on avg) per query.