qedus / osmpbf

OpenStreetMap PBF file format parser in Go Lang.
MIT License
141 stars 29 forks source link

Concurrent decode #4

Closed AlekSi closed 10 years ago

AlekSi commented 10 years ago

This allows concurrent invocation of Decode().

Probably Performance section in README should be updated.

qedus commented 10 years ago

I'll have a go at updating the docs.