cmungall/sql_compiler-OLD

Draxler prolog to SQL compiler

Prolog
This is stars and forks stats for /cmungall/sql_compiler-OLD repository. As of 04 May, 2024 this repository has 5 stars and 0 forks.

Prolog index_util Cache all results of calling a prolog goal Example: use_module(library(index_util)). anc(A,B) :- isa(A,B). anc(A,B) :- isa(A,Z),anc(Z,B). ix :- materialize_index(anc(1,1)). redundant_isa(A,B) :- isa(A,B), anc(A,Z), anc(Z,B). When using this, optionally called ix/0 first in order to enumerate all possible anc/2 facts. Indexes can also be persisted to disk Comparison with index/1 This module was created before swi-prolog introduced just-in-time indexing on all arguments,...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
rahulgoel/glProlog0000
Dead2/stabilizerPrologPerlC19030
samcrow/Challenger604PluginComponent PascalCC++0000
SWI-Prolog/packages-sweepEmacs LispPrologC6010
ciao-lang/ciaoPrologCShell216-1140
Joey9801/DorMouseProlog1010
imchipwood/dumbpadProlog3080500
kunalagrawal42/dhd-represent-PrologJavaPython0070
mirllamarques/Deep-Web-HacktoberFest-2022PrologPythonJava30210
sgerin/prolog1Prolog0000