Vladislav Botvin
Vladislav Botvin
Hello @jwadhams! Thanks you very much for this awesome library! 🎸 I inspired and create JIT version of **json-logic-js** -> https://github.com/darky/json-logic-js-jit **json-logic-js-jit** precompile JSON schemas and then you deal with...
For example I have idea to use https://github.com/allenluce/mmap-object project inside napa worker for efficient memory sharing. But it can't be required, because it not supported.
In this list Buffer api not exists https://github.com/Microsoft/napajs/blob/master/docs/api/node-api.md But would be cool to have it.
Would be cool to scale napajs-based application via adding new machines to network, which can provide workers. ```javascript napa.zone.create('zone1', { host: "" // default localhost }); ```
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 Performance gain 30-200 RPS -> 4700-5100 RPS...
Need ability to pass some context firstly and then, it will be always available in workers pool. For example, CPU-intensive geo task - check point in polygons. Polygons so weight...