optimizing badger cache, won a 10-15% improvement in most benchmarks

This commit is contained in:
2025-11-16 15:07:36 +00:00
parent 9bb3a7e057
commit 95bcf85ad7
72 changed files with 8158 additions and 4048 deletions

View File

@@ -32,11 +32,11 @@ docker-compose.yml
# Node modules (will be installed during build)
app/web/node_modules/
app/web/dist/
# app/web/dist/ - NEEDED for embedded web UI
app/web/bun.lockb
# Go modules cache
go.sum
# go.sum - NEEDED for docker builds
# Logs and temp files
*.log
@@ -72,7 +72,10 @@ scripts/runtests.sh
scripts/sprocket/
# Benchmark and test data
cmd/benchmark/
# cmd/benchmark/ - NEEDED for benchmark-runner docker build
cmd/benchmark/data/
cmd/benchmark/reports/
cmd/benchmark/external/
reports/
*.txt
*.conf