alacarte-maps / alacarte

Renderer for OpenStreetMap tiles.
https://alacarte-maps.github.io/
Other
58 stars 18 forks source link

Use bloom filters for CSS matching #67

Open florianjacob opened 8 years ago

florianjacob commented 8 years ago

MapCSS tag machting is the biggest bottleneck of alaCarte today, as we currently use linear search for it.

See the rust selectors library of Servo for an example of how this can be done efficiently.

Advantages: