Sign in
go
/
go
/
e8694c8196e39328d6d61b1f32228d21112008d7
/
src
/
runtime
/
map_test.go
52dadc1
cmd/gc: fix noscan maps
by Dmitry Vyukov
· 10 years ago
b3be360
cmd/gc: allocate non-escaping maps on stack
by Dmitry Vyukov
· 10 years ago
1e4f86e
runtime: try harder to get different iteration orders.
by Keith Randall
· 11 years ago
d6cd230
runtime: test iteration order of sparse maps
by Josh Bleecher Snyder
· 11 years ago
251daf8
runtime: map iterators: always use intrabucket randomess
by Keith Randall
· 11 years ago
55c458e
runtime: on bigger maps, start iterator at a random bucket.
by Keith Randall
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/map_test.go]
8a23c00
src, misc: applied gofmt -s -w
by Robert Griesemer
· 11 years ago
f5f5a8b
cmd/gc, runtime: optimize map[string] lookup from []byte key
by Russ Cox
· 11 years ago
3be4d95
runtime: change map iteration randomization to use intra-bucket offset
by Josh Bleecher Snyder
· 11 years ago
8778760
runtime: increase attempt count for map iteration order test.
by David Symonds
· 11 years ago
d4c66a3
runtime: add a test for randomised map iteration order.
by David Symonds
· 11 years ago
869368a
runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys
by Keith Randall
· 11 years ago
e8018fb
runtime: rewrite map size test
by Russ Cox
· 12 years ago
1794880
runtime: fix build on FreeBSD
by Russ Cox
· 12 years ago
4042b77
runtime: cut struct Hmap back to 48-byte allocation
by Russ Cox
· 12 years ago
b6bfc92
runtime: fix race on hashmap flags field
by Dmitriy Vyukov
· 12 years ago
114f205
runtime: gofmt -s
by Albert Strasheim
· 12 years ago
3b09ac5
runtime: new map tests and benchmarks
by Brad Fitzpatrick
· 12 years ago
0e7144a
runtime: make map reads multithreaded safe.
by Keith Randall
· 12 years ago
d76f28f
runtime: add concurrent map read test
by Brad Fitzpatrick
· 12 years ago
5b3ff61
runtime: allocate maps' first bucket table lazily
by Brad Fitzpatrick
· 12 years ago
00224a3
runtime: faster hashmap implementation.
by Keith Randall
· 12 years ago