]> Cypherpunks repositories - gostls13.git/commit
sync: import Map from x/sync/syncmap
authorBryan C. Mills <bcmills@google.com>
Thu, 9 Feb 2017 16:21:42 +0000 (11:21 -0500)
committerBryan Mills <bcmills@google.com>
Wed, 26 Apr 2017 18:05:06 +0000 (18:05 +0000)
commit959025c0ac97ec3533ef9f3f70d64453352a7b56
treeb011c6b6ccb61a8b5edebf1db2587e6456d1abc4
parente1a7db7f3b9c2d684c0ac4b0cc2c845f8b70fd85
sync: import Map from x/sync/syncmap

This is a direct port of the version from
commit a60ad46e0ed33d02e09bda439efaf9c9727dbc6c
(https://go-review.googlesource.com/c/37342/).

updates #17973
updates #18177

Change-Id: I63fa5ef6951b1edd39f84927d1181a4df9b15385
Reviewed-on: https://go-review.googlesource.com/36617
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/sync/map.go [new file with mode: 0644]
src/sync/map_bench_test.go [new file with mode: 0644]
src/sync/map_reference_test.go [new file with mode: 0644]
src/sync/map_test.go [new file with mode: 0644]