open-nomad/client/allocrunner/taskrunner
Michael Schurter 820af27171 wrap boltdb in a write deduplicator
Saves a tiny bit of cpu and some IO. Sadly doesn't prevent all IO on
duplicate writes as the transactions are still created and committed.

$ go test -bench=. -benchmem
goos: linux
goarch: amd64
pkg: github.com/hashicorp/nomad/helper/boltdd
BenchmarkWriteDeduplication_On-4             500           4059591 ns/op           23736 B/op         56 allocs/op
BenchmarkWriteDeduplication_Off-4            300           4115319 ns/op           25942 B/op         55 allocs/op
2018-10-16 16:53:30 -07:00
..
restarts Implement lifecycle hooks on the task runner 2018-10-16 16:53:29 -07:00
consul_template.go Refactor - wip 2018-06-12 10:23:45 -07:00
consul_template_test.go Refactor - wip 2018-06-12 10:23:45 -07:00
getters.go Refactor - wip 2018-06-12 10:23:45 -07:00
task_runner.go wrap boltdb in a write deduplicator 2018-10-16 16:53:30 -07:00
task_runner_test.go tr: add validate task hook 2018-10-16 16:53:29 -07:00
task_runner_unix_test.go Refactor - wip 2018-06-12 10:23:45 -07:00