itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 70 forks source link

Create RouterDb, Progress #252

Open TomQv opened 5 years ago

TomQv commented 5 years ago

We just upgraded an old server with 128GB memory to test RouterDbs on continental scale :)

So I was thinking of a progress-indicator. Reading and writing streams I can check stream.position with a timer, but most of the time is spend in AddContraction. Would be cool to have a callback or so for progress here as well.