This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
Releases: terminusdb/terminus_store_prolog
Releases · terminusdb/terminus_store_prolog
v0.11.2
v0.11.1
v0.11.0
v0.10.4
version 0.10.4 Triple lookup is now done in native code. Previous versions would work by returning lookup objects into prolog as blob, making prolog implement the different lookup patterns. In this version, id_triple/4 has become a native predicate, and all patterns are implemented natively. No more blobs need to be created during triple lookup, resulting in some speedup.