Skip to content

Tags: chdd/gStore

Tags

v0.5.0

Toggle v0.5.0's commit message
refactor: release 0.5.0

merge code in bookug branch

by zengli

v0.4.1

Toggle v0.4.1's commit message
move devGstore to gStore and go on working on github instead of git osc;

 improve the init configure file;
 support empty database and indices:you can remove all triples from a db and insert/query;
 change signature struct and generating method in build;
change FIFO to LRU; fix bug in Signature, the int maybe overflow;
test on shape.db, 0.7B triples with 0.42B entities

v0.4.0

Toggle v0.4.0's commit message
Merge branch 'master' of https://github.com/Caesar11/gStore

merge with subtle updates from github user, and then merge 0.4.0

v0.3.0

Toggle v0.3.0's commit message
add postProcessing and stringIndex for getFinalResult;add insertion/d…

…eletion;fix bugs

v0.2.0-D

Toggle v0.2.0-D's commit message
fix bug in distributed gstore, Join::preFilter

v0.2.0

Toggle v0.2.0's commit message
add insertion and deletion;move new version here

v0.0

Toggle v0.0's commit message
reduce the code size of old gstore

v0.1.0

Toggle v0.1.0's commit message
add php api