Gwyneth Llewelyn
|
ca882d8795
Adding additional testing; badger seems broken?
|
3 years ago |
Gwyneth Llewelyn
|
c958362e6e
Something is wrong with Badger opening files…
|
3 years ago |
Gwyneth Llewelyn
|
de5d5c8ff9
|
3 years ago |
Gwyneth Llewelyn
|
56feea7e16
Fixed setup for gzipped W-Hat archives
|
3 years ago |
Gwyneth Llewelyn
|
9e2b5d7fd7
Add support for gzip-compressed raw databases
|
3 years ago |
Gwyneth Llewelyn
|
e75fdf6cfa
Consistently using switch() instead of if {}
|
3 years ago |
Gwyneth Llewelyn
|
34a66dab2c
Compacting error-handling code (just visually)
|
3 years ago |
Gwyneth Llewelyn
|
e7c34449af
Replace ‘%s’ by %q; errors in lowercase; crash fix
|
3 years ago |
Gwyneth Llewelyn
|
a8074d7eed
Changes to accomodate Badger KVDB v3
|
3 years ago |
Gwyneth Llewelyn
|
9c9f22ec1a
Badger has moved from v1 to v3, requiring a lot of updates… TBD
|
3 years ago |
Gwyneth Llewelyn
|
67169d1abf
Not strictly necessary, but since I’m doing tests…
|
3 years ago |
Gwyneth Llewelyn
|
b435ddf372
Testing out the automatic import cleaning-up code using my own Nova extension (long story). And it even works!
|
3 years ago |
Gwyneth Llewelyn
|
ead22e5b0c
Updating the date on the license
|
3 years ago |
Gwyneth Llewelyn
|
8f5588adc3
Another attempt. This setup is somewhat broken.
|
3 years ago |
Gwyneth Llewelyn
|
4b355d4e9b
Attempting to bring this up to recent versions of Go (and the many included libraries).
|
3 years ago |
Gwyneth Llewelyn
|
d12e670484
Added a lot of commentaries on a comparison between the three databases.
|
7 years ago |
Gwyneth Llewelyn
|
99245f88ec
Filled in year & name on MIT Licence
|
7 years ago |
Gwyneth Llewelyn
|
2eaeeb02d3
Added pflags (drop-in replacement for flags, but POSIX-compliant) and bound flags to viper (configuration file), so that theoretically flags override config file instructions.
|
7 years ago |
Gwyneth Llewelyn
|
24b5ac01bc
Started revamping information on the README
|
7 years ago |
Gwyneth Llewelyn
|
3802c5d082
Added information that leveldb is a possible flag for database type.
|
7 years ago |
Gwyneth Llewelyn
|
c3bd1d79d1
Fix some bugs regarding leveldb.
|
7 years ago |
Gwyneth Llewelyn
|
a24152d11e
Simple mmap testing suite.
|
7 years ago |
Gwyneth Llewelyn
|
94261df406
Testing with leveldb
|
7 years ago |
Gwyneth Llewelyn
|
b95711d334
Testing with levels
|
7 years ago |
Gwyneth Llewelyn
|
e1d1677430
Reverting ‘no memory’ flag to use memory-mapping again
|
7 years ago |
Gwyneth Llewelyn
|
0ae1302925
Memory tests. go test -v will show mmap being used on files of increased RAM size, in multiples of 128 Mbytes.
|
7 years ago |
Gwyneth Llewelyn
|
ccf65e4714
Do some memory tests. Use go test -run ‘’ to experiment with some settings
|
7 years ago |
Gwyneth Llewelyn
|
57a9a2cd9b
Attempt to consume as little memory as possible, tweaking badger options.
|
7 years ago |
Gwyneth Llewelyn
|
1c3065d35d
Attempting to make the search iterators faster…
|
7 years ago |
Gwyneth Llewelyn
|
711f70ee37
Upgrade to use an external configuration file; preparation to allow several different database backends, since I’m having trouble with keeping memory limits; also, badger and bolt seem to be way too slow.
|
7 years ago |