index
:
sqlite-kv-bench
master
Benchmark sqlite performance when used as a key value store.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-09-14
fixup
HEAD
master
John Turner
2025-09-14
update README
John Turner
2025-09-14
add unique constraint to keys index
John Turner
2025-09-14
use /dev/urandom to generate seed if none is provided
John Turner
2025-09-14
include cstdint
John Turner
2025-09-14
use path variable when connecting to sqlite
John Turner
2025-09-14
change the benchmark executable to slurp keys from the database instead of stdin
John Turner
2025-09-14
fix whitespace
John Turner
2025-09-14
add more help text to mkdb.py
John Turner
2025-09-14
add wordlist
John Turner
2025-09-14
dont exit with error if we didnt find a value
John Turner
2025-09-14
check if value was found and if not exit with error
John Turner
2025-09-14
fix unused variable lints
John Turner
2025-09-14
Merge commit 'efcea3a80da7c4479d5fe168435ecc9fd06bdc72' as 'subprojects/boost...
John Turner
2025-09-14
Squashed 'subprojects/boost-sqlite/' content from commit 3378e35
John Turner
2025-09-14
remove submodule
John Turner
2025-09-14
init
John Turner