rules
rules copied to clipboard
Ant's simple rule engine for Java, Java 8, Scala and Node.js.
We have been using this awesome rules engine for almost 2 years thing have been great but recently we added more rule the performance started to degrade. We found that...
Hi, I'm running rules engine by java code as executable jar file. I'm running these rules engine by another java program to check against records in CSV file. After 10th...
`if (log.isLoggable(Level.INFO)) { log.info("matched: " + msg); } if (log.isLoggable(Level.INFO)) { log.info("unmatched: " + msg); }` The above log statements could be changed to DEBUG. In my system where there...