Module osmpbf::indexed

source ·
Expand description

Speed up searches by using an index

Structs

  • Stores the minimum and maximum id of every element type.
  • Allows filtering elements and iterating over their dependencies. It chooses an efficient method for navigating the PBF structure to achieve this in reasonable time and with reasonable memory.