mps-coderules/samples
Grigorii Kirgizov 3eccaf81a1 Introduce occurrence store as cache for their reuse in Queries strategy
It's important that program that uses occurrences from cache
shouldn't include rules that could produce their duplicates.
So implementation of occurence cache includes 2 parts:
on reactor level & in ProrgramFactory.

When RuleBuilders are produced, cache is queried whether
there're already  occurrences associated with the rule template
in question. If so -- then those RuleBuilders are not included
into the program (as well as all RuleBuilders required by it).
2020-12-15 17:59:05 +03:00
..
fitch Implement handlers for typeOf query in all types aspects. 2020-11-24 13:41:25 +01:00
lambdacalc Implement handlers for typeOf query in all types aspects. 2020-11-24 13:41:25 +01:00
mpscore Introduce occurrence store as cache for their reuse in Queries strategy 2020-12-15 17:59:05 +03:00