You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a similar project json-logic-engine with some similar capability. I wanted to reach out & ask if you would be interested in collaborating on the compilation mechanism.
Could you also publish the benchmark script?
The text was updated successfully, but these errors were encountered:
Sorry, I threw it out. I make some simple benchmark suite with basic operators and run it. Results here: jwadhams/json-logic-js#107
Feel free to write own benchmarks and play with it.
If you found some interesting in json-logic-js-jit compilation mechanism, feel free to use it in json-logic-engine
My fluent comparison of json-logic-js-jit <-> json-logic-engine: json-logic-engine has much more features and maybe aim to be full replacement to json-logic-js. json-logic-js-jit very tiny and small. It's by design to have "smart enough" core. All desired features anyone can implement via addOperation. Compatibility with json-logic-js is not goal.
Hey! Nice work on the JIT Engine!
I've a similar project json-logic-engine with some similar capability. I wanted to reach out & ask if you would be interested in collaborating on the compilation mechanism.
Could you also publish the benchmark script?
The text was updated successfully, but these errors were encountered: