pszufe / OpenStreetMapX.jl

OpenStreetMap (*.osm) support for Julia 1.0 and up
MIT License
118 stars 24 forks source link

Avoid vcat-splatting #51

Closed blegat closed 2 years ago

blegat commented 2 years ago

As I detailed in https://stackoverflow.com/a/68808887/1189815, using vcat(res...) is quite problematic. If res has a large length, this can even give a StackOverflow.