itinero / routing

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

Use IArrayFactory to create memory-backed arrays. #246

Closed airbreather closed 5 years ago

airbreather commented 5 years ago

When I submitted #97, I updated everything that created MemoryArray<T> instances to instead go through IArrayFactory (at least... I'm pretty sure I did).

Since that was merged, a few more things started directly creating MemoryArray<T> instances. I think it may make sense to switch them too.

airbreather commented 5 years ago

Sorry about accidentally pushing f3d9a17 to this branch instead of the other one... fixed now...

xivk commented 5 years ago

Thanks again @airbreather :+1:

airbreather commented 5 years ago

👍