Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/github.com-mattn-go-sqlite3-1.x
  • renovate/golang-1.x
  • renovate/github.com-oschwald-maxminddb-golang-1.x
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/google.golang.org-protobuf-1.x
  • renovate/golang.org-x-sync-digest
  • renovate/github.com-d5-tengo-v2-2.x
  • renovate/google.golang.org-grpc-1.x
  • renovate/gopkg.in-yaml.v3-3.x
  • renovate/github.com-golang-migrate-migrate-v4-4.x
  • renovate/github.com-google-go-cmp-0.x
  • master default protected
12 results

db_test.go

Blame
    • ale's avatar
      2a8fc757
      Performance optimizations · 2a8fc757
      ale authored
      Use a custom simpler format for records in leveldb, rather than
      marshaling protobufs (2x speedup).
      
      Add a streaming db.ScanAll method to retrieve all records grouped by
      IP.
      2a8fc757
      History
      Performance optimizations
      ale authored
      Use a custom simpler format for records in leveldb, rather than
      marshaling protobufs (2x speedup).
      
      Add a streaming db.ScanAll method to retrieve all records grouped by
      IP.