Talk:Term indexing
Appearance
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||
|
Just in Time Clause Indexing
[edit]Inside the Prolog community the term just in time indexing has been established for a certain form of term indexing. Basically the clause head is automatically indexed on some selected arguments based on the call patterns that occur during backward chaining. Multiple indexes can be built and also automatically removed for the same predicate.
A couple of Prolog systems implement this already.
SWI Prolog:
Jekejeke Prolog:
Would this be worth an additional section maybe?