Rabobank-Archive / rule-engine

A rule engine supporting forward chaining
MIT License
47 stars 5 forks source link

Release/v0.2.10 #44

Closed jhkuperus closed 8 years ago

jhkuperus commented 8 years ago

Initially intended to re-integrate the naive Graph cache. During CI tests, the naive version appeared to be too naive. Replaced it with a concurrent LRUCache.

Might still want to consider using someone else's LRUCache implementation, but it will suffice for now.