index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
runtime
/
maps
Age
Commit message (
Expand
)
Author
2024-10-30
internal/runtime/maps: cleanup seed usage
Michael Pratt
2024-10-30
runtime,internal/runtime/maps: specialized swissmaps
Michael Pratt
2024-10-30
cmd/compile,runtime: add indirect key/elem to swissmap
Michael Pratt
2024-10-30
runtime: add concurrent write checks to swissmap
Michael Pratt
2024-10-30
internal/runtime/maps: enable race for map functions in internal/runtime/maps
Michael Pratt
2024-10-30
internal/runtime/maps: proper capacity hint handling
Michael Pratt
2024-10-29
runtime: move mapaccess1 and mapassign to internal/runtime/maps
Michael Pratt
2024-10-29
internal/runtime/maps: remove type fields
Michael Pratt
2024-10-28
internal/runtime/maps: shift optimizations
Michael Pratt
2024-10-28
internal/runtime/maps: avoid passing unused key return
Michael Pratt
2024-10-28
internal/runtime/maps: linear scan of small map
Michael Pratt
2024-10-28
internal/runtime/maps: small maps point directly to a group
Michael Pratt
2024-10-28
internal/runtime/maps: speed up modulo
Michael Pratt
2024-10-28
internal/runtime/maps: reuse deleted slots on insert
Michael Pratt
2024-10-28
internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdx
Michael Pratt
2024-10-21
cmd/compile,internal/runtime/maps: add extendible hashing
Michael Pratt
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-09
internal/runtime/maps: support big endian architectures
Michael Pratt
2024-10-08
internal/runtime/maps: initial swiss table map implementation
Michael Pratt
[prev]