Siarhei Fedartsou

Results 122 comments of Siarhei Fedartsou

But what about increased disk access count in this approach? You will need to load X png's from disk instead of one and it will increase disk access count.

Is it about the same? https://github.com/Project-OSRM/osrm-backend/issues/2055

@mjjbell don’t you mind if I’ll try to fix that?

> What is the proposed fix? To make serialising to disk optional? I think so.

Started experimenting in https://github.com/Project-OSRM/osrm-backend/pull/6354

Could you provide example of request when it doesn't work? There is even test for this case as I can see: https://github.com/Project-OSRM/osrm-backend/blob/624fea6d333245d90506e346cacdcd2479616415/test/nodejs/table.js#L245

@pankajrandhe how do you understand that it works in native API, but not in Node? Do you have concrete example? I am looking into code and don't see any issues:...

Which version are you trying to compile? Mason does not support M1 builds, that's why we migrated to Conan(you can use `-DENABLE_CONAN=ON` to try it).

Hey, is someone there? The problem I currently see is that project is still being widely used by community, but there is lack of people in "official" OSRM team who...

> Judging by the package collaborators, it might still have some Mapbox linkage. @danpat as you are probably still at Mapbox, will you be able to somehow help here?