[][src]Module osmpbf::indexed

Speed up searches by using an index

Structs

IdRanges

Stores the minimum and maximum id of every element type.

IndexedReader

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.