mapbox / geojsonhint

IMPORTANT: This repo will be archived. Use @placemarkio/check-geojson instead
ISC License
258 stars 37 forks source link

async usage? #71

Closed yocontra closed 5 years ago

yocontra commented 6 years ago

for web applications where users can send up geojson, it would be great if this gave the event loop some time to breathe especially on large multipolygons. the recursive tight loops will choke it up for up to a second sometimes, which is really bad.

possible solutions:

if interested i can send a PR, otherwise will fork as geojsonhint-async

sgillies commented 5 years ago

@contra :+1: on the async fork.