Commit Graph

11 Commits

Author SHA1 Message Date
Sascha L. Teichmann
f474ef6920 Removed pos recalc from leveldb backend. 2014-08-07 20:20:04 +02:00
Sascha L. Teichmann
c09d74ae0f Free memory of write batches in LevelDB backend. Use an extra r/w mutex. 2014-08-07 15:16:12 +02:00
Sascha L. Teichmann
3f97399a82 Introduced a backend session to track transactions more clearly. 2014-08-06 01:11:41 +02:00
Sascha L. Teichmann
eabcd53f6b Removed another defer. 2014-08-04 22:23:16 +02:00
Sascha L. Teichmann
913ae0d2c7 go fmt'ed 2014-08-04 21:06:41 +02:00
Sascha L. Teichmann
35d05ba9c8 LevelDB needs re-coding of positions with zero components. 2014-08-04 17:10:19 +02:00
Sascha L. Teichmann
de9f738306 Simplified LevelDB data storing. 2014-08-04 15:29:26 +02:00
Sascha L. Teichmann
12e0516929 Simplified LevelDB writing. 2014-08-04 15:28:01 +02:00
Sascha L. Teichmann
749c22e83a Added license: MIT 2014-08-03 15:59:56 +02:00
Sascha L. Teichmann
ccb6849903 Added SQLite3 backend support. 2014-08-03 14:52:24 +02:00
Sascha L. Teichmann
da0b5ebba6 Abstracted backend as an interface and implemented the LevelDB stuff as such. 2014-08-03 11:25:25 +02:00