We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On one project, instead of using isPointInPolygon I rewrite some code to Rust and compile it to WebAssembly like this toy project: https://github.com/darky/rstar-wasm
isPointInPolygon
Performance gain 30-200 RPS -> 4700-5100 RPS
Maybe need to rewrite some performance critical parts with https://github.com/AssemblyScript/assemblyscript
You can drastically increase performance of geolib ;)
The text was updated successfully, but these errors were encountered:
Interesting. Maybe I will give it a try in v4.
Sorry, something went wrong.
No branches or pull requests
On one project, instead of using
isPointInPolygon
I rewrite some code to Rust and compile it to WebAssembly like this toy project: https://github.com/darky/rstar-wasmPerformance gain 30-200 RPS -> 4700-5100 RPS
Maybe need to rewrite some performance critical parts with https://github.com/AssemblyScript/assemblyscript
You can drastically increase performance of geolib ;)
The text was updated successfully, but these errors were encountered: