mattwigway / OSRM.jl

MIT License
2 stars 0 forks source link

Investigate use of Ref #1

Closed mattwigway closed 1 year ago

mattwigway commented 1 year ago

Somewhere I saw a comment in the Julia docs that Refs are like pointers but managed by the Julia garbage collector. Maybe we can use these to get rid of stop-osrm and make start osrm into a constructor.

mattwigway commented 1 year ago

Same idea completed with new OSRMInstance constructor.