sumedhghaisas / libgdl

C++ General Game Playing library
Other
4 stars 1 forks source link

Cache design for KnowledgeBase #1

Open sumedhghaisas opened 10 years ago

sumedhghaisas commented 10 years ago

The current knowledge base design implements no cache. As the knowledge base works on backward chaining, a good cache design will definitely boost the performance. Coming up with such a cache design is difficult. Maybe have to come with 2 or more design and run performance analysis. I am creating a issue so that I won't forget about this.