summaryrefslogtreecommitdiff
path: root/src/runtime/hashmap_fast.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/gc: speed-up small array comparisonIlya Tocar2017-06-011-2/+0
* runtime: refactor hmap setoverflow into newoverflowJosh Bleecher Snyder2017-04-191-6/+3
* runtime: add mapdelete_fast*Hugues Bruant2017-03-211-0/+169
* runtime: add mapassign_fast*Hugues Bruant2017-03-131-10/+282
* runtime: limit the number of map overflow bucketsJosh Bleecher Snyder2016-09-131-6/+30
* cmd/compile: change the way we handle large map valuesKeith Randall2016-04-201-17/+16
* all: single space after period.Brad Fitzpatrick2016-03-021-6/+6
* runtime: unify memeq and memequalKeith Randall2016-02-231-6/+6
* runtime: best-effort detection of concurrent misuse of mapsRuss Cox2015-12-071-0/+18
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-18/+19
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-16/+17
* runtime: add stringStructOf helper functionMatthew Dempsky2015-10-201-2/+2
* cmd/compile, runtime: stop returning t.zero on hashmap missMichael Hudson-Doyle2015-08-261-16/+16
* runtime: remove size argument from hash and equal algorithmsKeith Randall2015-01-071-6/+6
* runtime: get rid of goalg, no longer neededKeith Randall2014-12-281-6/+6
* runtime: hashmap: move overflow pointer to end of bucketKeith Randall2014-12-221-6/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+379