pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
594 stars 243 forks source link

add bbolt #300

Open tjungblu opened 3 months ago

tjungblu commented 3 months ago

Hey folks,

after etcd we also want to add bbolt to ycsb (https://github.com/etcd-io/bbolt/pull/750) - which is luckily already available in similar fashion as boltdb. It's mostly copy&paste, I merely added a new freelist option that's used in bbolt exclusively.

Thanks, Thomas