bookug
|
69f0d58cd0
|
Merge branch 'qinzongyue'
fix bug on pkubase
|
2018-05-12 11:45:03 +08:00 |
ZongyueQin
|
67d6921742
|
Fix: Remove bug when there is blank space in entity or predicate, and remove limitaion in Trie's size'
|
2018-05-12 11:28:18 +08:00 |
ZongyueQin
|
ab1e46c339
|
Fix: Adjust a parameter in Trie.h
|
2018-05-07 11:12:14 +08:00 |
bookug
|
11a5b0bee5
|
Merge branch 'dev'
merge branch of dev to release a new version
|
2018-04-25 16:19:25 +08:00 |
bookug
|
4f81dea532
|
docs: modify the usage document
|
2018-04-25 16:09:38 +08:00 |
lijing
|
00f44a28c3
|
update docs
|
2018-04-25 15:36:59 +08:00 |
bookug
|
18748a5d53
|
docs: update api
|
2018-04-25 14:08:41 +08:00 |
lijing
|
96c10bb34b
|
update docs
|
2018-04-24 19:48:27 +08:00 |
bookug
|
596027764e
|
docs: add change logs
|
2018-04-24 17:20:57 +08:00 |
bookug
|
4b4ccc8385
|
feat: forbidden the openmp sort to speed up;
by zengli
|
2018-04-24 16:45:35 +08:00 |
bookug
|
c7d664db84
|
Merge branch 'redbud' into dev
merge lijing's modifications to api and docs
|
2018-04-18 22:07:24 +08:00 |
lijing
|
97c11d008a
|
update docs
|
2018-04-18 21:42:23 +08:00 |
lijing
|
0dcdd6527f
|
update docs
|
2018-04-18 21:38:40 +08:00 |
lijing
|
a680bc8564
|
update api and docs
|
2018-04-18 21:33:27 +08:00 |
bookug
|
504a051346
|
Merge branch 'qinzongyue' into dev
merge qinzongyue's fix to KVstore
|
2018-04-17 13:54:26 +08:00 |
ZongyueQin
|
be055577eb
|
Fix: Remove debugging output
|
2018-04-17 13:08:15 +08:00 |
ZongyueQin
|
9ea6abfcb3
|
Fix: bug in Swapout(ClosePair(')')
) of ISArray
|
2018-04-17 09:22:13 +08:00 |
bookug
|
fdefbfdcfa
|
Merge branch 'redbud' into dev
merge lijing's modifications to multiple users and databases
|
2018-04-16 19:06:02 +08:00 |
lijing
|
df7f56ed24
|
Add:use thread in ghttp
|
2018-04-16 17:06:37 +08:00 |
bookug
|
bf22f41bd3
|
Merge branch 'qinzongyue' into dev
merge qinzongyue's optimizations for key-value indices
|
2018-04-15 15:15:41 +08:00 |
ZongyueQin
|
d9df084ab5
|
Fix: fix bugs in ISArray and IVArray
|
2018-04-12 14:50:13 +08:00 |
bookug
|
2b6ac4a528
|
fix: able to make and run after merging dev
|
2018-04-05 16:09:41 +08:00 |
bookug
|
468399b58e
|
feat: merge branch of bookug;
remaining to be fixed;
by zengli
|
2018-04-05 15:24:55 +08:00 |
bookug
|
d2637d863c
|
Merge branch 'hulin' into dev
merge branch hulin
|
2018-03-28 16:07:15 +08:00 |
bookug
|
8cfb633bfd
|
docs: int type in Util::spo_cmp remains to be solved
|
2018-03-28 16:06:15 +08:00 |
bookug
|
68bd09f14f
|
docs: update the link
|
2018-03-28 13:02:46 +08:00 |
bookug
|
66dbee493b
|
feat: merge branch of suxunbin;
add support for parallel sort using openmp;
by suxunbin
|
2018-03-26 19:26:44 +08:00 |
ZongyueQin
|
ad56a8845d
|
Merge branch 'qinzongyue' of https://github.com/Caesar11/gStore into qinzongyue
|
2018-03-25 15:15:17 +08:00 |
ZongyueQin
|
416385c6af
|
Fix: Fix a bug in Strategy.cpp and optimize for gbuild
|
2018-03-25 15:14:03 +08:00 |
bookug
|
aa586d5273
|
fix: bug in Strategy;
by hulin
|
2018-03-22 14:46:58 +08:00 |
bookug
|
d47333e7e9
|
fix: bug in pre handler;
by hulin
|
2018-03-20 20:02:01 +08:00 |
hulin12138
|
f1b27cac1b
|
fix bugs of pre_handler: cans.getID(*i)-->*i
|
2018-03-20 17:42:12 +08:00 |
ZongyueQin
|
0813ae4362
|
Fix: Optimize for gsub
|
2018-03-19 14:06:27 +08:00 |
bookug
|
1de2fe1b4f
|
feat: add itoa to Util
|
2018-03-16 15:00:28 +08:00 |
ZongyueQin
|
6bdf27a662
|
Fix: Optimize LRU parts in ISArray and IVArray
|
2018-02-27 15:32:20 +08:00 |
ZongyueQin
|
48e5c3eef8
|
Fix: bugs in makefile
|
2018-02-24 09:35:25 +08:00 |
ZongyueQin
|
98e1d88b08
|
Add: Replace ISTree with ISArray, and fix some bugs in IVArray
|
2018-02-24 09:33:21 +08:00 |
ZongyueQin
|
4ff3bfcc7b
|
Fix: modify parameters in Trie.h
|
2018-02-21 17:00:05 +08:00 |
ZongyueQin
|
71735891ff
|
Add: Replace IVTree With IVArray
|
2018-02-21 16:53:15 +08:00 |
ZongyueQin
|
922c9ef7a9
|
Add: Replace IVTree with IVArray
|
2018-02-21 16:52:20 +08:00 |
ZongyueQin
|
a6daca4792
|
Add: Replace IVTree with IVArray
|
2018-02-13 11:37:54 +08:00 |
suxunbin
|
3fb748104c
|
Add: add parallel sort using openmp
|
2018-02-02 19:03:05 +08:00 |
bookug
|
dc845ac3cb
|
fix: bug in pre_handler
|
2018-01-30 16:54:15 +08:00 |
ZongyueQin
|
5698851e43
|
Merge branch 'hulin' into qinzongyue
|
2018-01-30 15:57:34 +08:00 |
ZongyueQin
|
c8bffc97db
|
Add: delete unqualified trienode when write down
|
2018-01-30 15:51:37 +08:00 |
hulin12138
|
2048d38588
|
Merge branch 'bookug' into hulin
|
2018-01-30 15:24:44 +08:00 |
hulin12138
|
e79cd86e11
|
modify to pre_handler
|
2018-01-30 14:59:14 +08:00 |
bookug
|
6b9532c815
|
fix: error with sizeof(int**) in Database.cpp
|
2018-01-27 22:17:47 +08:00 |
ZongyueQin
|
315cf44d23
|
Add: an update of String Compressing part
|
2018-01-27 12:49:00 +08:00 |
ZongyueQin
|
c1219c0da0
|
Fix: Optimize performance of string compressing
|
2018-01-25 18:57:40 +08:00 |