Julius R Friedman
Julius R Friedman
That comment he made I believe he was referring to at that time which was missing pieces which would not compile and contained local references to the Reminiscence project and...
@airbreather Everything passes in this PR and I fixed the order of the `Coordinate` tests. The only thing which does not pass is `RouterTests.TestBicycleWithCyclenetwork` and that's because in this code...
Finally I also adjusted for your Math.Pow2 calls to X*X but please remember the JIT should optimize Math.Pow these especially in later builds See also https://github.com/dotnet/runtime/pull/31978
Waiting for another review or merge @xivk, @airbreather . In my local code I have another few things which are as of yet uncommitted e.g. the use of `CalculateManyToMany` not...
See also https://github.com/itinero/routing/pull/302
Also noticing that your calling `AddContraction` if the db was already contracted I do not believe this is necessary, simply `Deserialize` on a `RouterDB` which was previously contracted will just...
Can you provide a code sample which shows what you tried and how you encountered this error? It seems like you were using another package which expected an older version...
I am also experiencing this, See https://github.com/itinero/routing/issues/281
I think this was somewhat fixed in https://github.com/itinero/routing/pull/302.
Triple confirmed, the lock issue seems to have fixed the route deviation! We are now analyzing to provide proof that the differences are with the multi threading, the way we...