Questions tagged [pyrobuf]

1 questions
0
votes
0 answers

Auto-generate .pxd file with pyrobuf for faster calls in cython function

Context I would like to speedup a cython function where I read an osm.pbf file via pyrosm. In this library, the file is read via pyrobuf prototypes: pyrobuf generates a .c file with the relevant classes and their ParseFromString functions. However,…
Silmathoron
  • 1,781
  • 1
  • 15
  • 32