Performance of other JsonLogic libraries
Hi there, Thank you for this library!
Do you know how performant is this library compared to other implementations in other languages?
For example: https://github.com/jwadhams/json-logic-js/
Cheers!
I have not worked on any benchmarks, however I don't think the performance would be too different between js and dotnet. The are usually other constraints for choosing dotnet vs js. If you are doing front end work, I would recommend using js. For backend, dotnet has more advantages over js. Mobile depends on whether you are using a js framework (react native, nativescript, etc) or a Xamarin.
We have perf issues over very large jsonlogic files using this library. It can be explained by the fact that they are ... very large. If I have some time, I'll try to dig here and there if I can see some perf improvements possible. Thanks!
That sounds good. If you can create a test case with one of those jsonlogic files, we can have other people to look into it as well.
check out this library:
https://github.com/ayushmaanbhav/product-farm/tree/master/json-logic
its capable of processing streams and large json logic files