Commit Graph

525 Commits

Author SHA1 Message Date
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
ZongyueQin 8a113ed480 Merge branch 'qinzongyue' of https://github.com/Caesar11/gStore into qinzongyue 2018-01-25 09:43:19 +08:00
ZongyueQin 8d49f5c42a Fix: Optimize Compressing 2018-01-25 09:42:17 +08:00
ZongyueQin 60e36878e0 Fix: optimize calling of string compressing 2018-01-24 23:31:59 +08:00
ZongyueQin f3fe79fdc0 Fix: remove debugging output 2018-01-23 15:17:20 +08:00
ZongyueQin 2633e690b0 Fix: add files forgotten to commit last times 2018-01-22 21:36:03 +08:00
ZongyueQin cd42d10888 Add: Compress strings when building database 2018-01-22 21:27:46 +08:00
lijing dadaa59b76 Merge branch 'lijing' into redbud
merge lijing
2018-01-19 15:54:59 +08:00
lijing 89a08fdb15 Merge branch 'redbud' of https://github.com/Caesar11/gStore into redbud
redbud
2018-01-19 15:53:31 +08:00
lijing a4ca55cbc9 add:multi_users,multi_databases 2018-01-19 15:49:16 +08:00
lijing e75799269c add:multi_users&multi_databases 2018-01-19 15:38:58 +08:00
lijing 6f601957aa Merge remote-tracking branch 'origin' into redbud 2018-01-19 15:31:50 +08:00
lijing dfaa55fd44 add:multi_databases, multi_users 2018-01-19 15:30:29 +08:00
lijing c8ef11e1e0 add:multi_databases & multi_users 2018-01-19 15:20:56 +08:00
bookug 2264dd3b17 docs: add boost as requirement 2018-01-08 13:15:16 +08:00