Kevin Kreiser

Results 447 comments of Kevin Kreiser

hmm no, it seems i had vicky do that already as a suggestion in her pr long ago.. see here: https://github.com/valhalla/valhalla/blob/c835e2c94336ec56525e048e75595665fde6ca44/src/CMakeLists.txt#L66 @michaelkirk can you build with `VERBOSE=1 make` then we...

## parallelism in practice with valhalla @Guo-astro valhalla is designed to load balance amongst many simultaneous requests. we use zmq as our message passing protocol of choice. in practice you...

in our code we spawn a thread per item and then on top of that zmq uses threads under the hood (see the section marked I/O threads here: http://zeromq.org/whitepapers:architecture) so...

its pretty likely that we've just not kept `valhalla_run_map_match` up to date. im going to mark this as a bug and we can get it fixed shortly. this is part...

@d-prukop you mean in the event that you arent following a route? Yes we can do exactly that. Essentially we'll keep the last known valid (as in not `nil`) course...

> Merely persisting the previous correct course could still result in a perceived lag around curves and turns. Please note that if you are tracking along a route, we set...

thanks yeah, we forgot to update this when keyless was revoked. we'll get it patched up.

if you run a route, then press the clear button, and then try to use locate it makes the request to do the locate but it doesnt display the results.

the demos were recently changed not to need this stuff. it loads them yes but it doesnt use them in a material way. we'll remove them from the html.