You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xivk, #23 highlights a test which fails when accessing index in parallel, I tried to look into it but couldn't get far as of yet. I made my comments in the PR.
I am assuming this issue is related to that same thing or is this a new issue?
Also if the buffer is used couldn't there be a caching mechanism which checks to see if the value is already in the buffer and just read it from there rather than the stream? I am not quite sure how to implement this ... It might already be implemented to some degree as that unit test shows, after first enumeration the parallel tests don't exhibit the issue...
Related to:
itinero/routing#55
The text was updated successfully, but these errors were encountered: