t-rex-tileserver / t-rex

t-rex is a vector tile server specialized on publishing MVT tiles from your own data
https://t-rex.tileserver.ch/
MIT License
556 stars 69 forks source link

Async seeding #232

Closed pka closed 3 years ago

pka commented 3 years ago

This PR makes tile seeding (t_rex generate) async, using the multithreaded tokio runtime. So all CPU cores are automatically used.

Probably statistics output will be lost with this PR, but t_rex drilldown will still return statistics.