No description
Find a file
Bryan C. Mills 37569ff763 syncmap: add benchmark for Range
adjust BenchmarkAdversarialDelete to be somewhat more adversarial.

updates golang/go#18177

Change-Id: Id01ed1077a0447dcfc6ea3929c22baaddbc9d6ee
Reviewed-on: https://go-review.googlesource.com/37151
Reviewed-by: Russ Cox <rsc@golang.org>
2017-02-16 19:20:33 +00:00
errgroup errgroup: fix misleading comment in MD5All example 2016-12-01 22:51:26 +00:00
singleflight singleflight: copy from internal/singleflight in standard library 2016-10-04 23:36:20 +00:00
syncmap syncmap: add benchmark for Range 2017-02-16 19:20:33 +00:00
AUTHORS initial commit 2015-10-30 14:31:46 +11:00
codereview.cfg .: add codereview.cfg 2016-12-06 01:46:32 +00:00
CONTRIBUTING.md initial commit 2015-10-30 14:31:46 +11:00
CONTRIBUTORS initial commit 2015-10-30 14:31:46 +11:00
LICENSE initial commit 2015-10-30 14:31:46 +11:00
PATENTS initial commit 2015-10-30 14:31:46 +11:00
README initial commit 2015-10-30 14:31:46 +11:00

This repository provides Go concurrency primitives in addition to the
ones provided by the language and "sync" and "sync/atomic" packages.