Jose Gomez

Results 5 comments of Jose Gomez

@zan-xhipe if you have `cache` set to false then the rules will be recompiled every time, compiling rules is a CPU and memory intensive process, so every time you run...

@EthanEChristian See a few answers below, thank you for engaging in discussing these topic > On the deserialization side, today(if I remember correctly), we shouldn't be incurring the to-beta-graph and...

> If the thousands of sessions share the same rulebase(productions), and its just the facts in the sessions memory that differ. It might be worth trying adding the :base-rulebase to...

@EthanEChristian I think i'm going to try putting a caching layer in front of the call to deserialize the rulebase on our implementation, here's how everything would work, and we...

@EthanEChristian @WilliamParker I ended up putting a caching layer wrapping the deserialize function, this way the serialization itself is still pretty thin and the I can do the following optimization:...