1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06:00
go/container/intsets
Alan Donovan 5fe8afcb15 container/intsets: add benchmark of AppendTo method.
Also:
- increase sparsity of sets in benchmarks.
- removed TODO in forEach.  Subword masks had no benefit.
- minor cleanup.

LGTM=crawshaw
R=crawshaw
CC=golang-codereviews
https://golang.org/cl/103470049
2014-06-19 14:35:37 -04:00
..
sparse_test.go container/intsets: add benchmark of AppendTo method. 2014-06-19 14:35:37 -04:00
sparse.go container/intsets: add benchmark of AppendTo method. 2014-06-19 14:35:37 -04:00
util_test.go go.tools/container/intsets: fix compile error on 32-bit platforms. 2014-05-15 14:03:05 -04:00
util.go go.tools/container/intsets: increase block size to 256 bits. 2014-05-30 13:21:36 -04:00