Open
Description
Hey all,
More of an open ended question for anyone use played with Clara in Clojurescript. I'm seeing large spikes in memory footprint when assembling the session, specifically in building the beta network.
To give you an idea, we currently have 20 rules, with between 2 and 10 LHS clauses, each with two conditionals. This results in a memory spike of around 400mb, much of which seems to get garbage collected.
Does this seem reasonable? Any pointers of what specifically could be allocating this memory?
Many thanks in advance.
Jonathan