aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/alg.c
AgeCommit message (Expand)Author
2014-02-20runtime: use goc2c as much as possibleRuss Cox
2014-02-06runtime: faster memclr on x86.Keith Randall
2013-09-06runtime: Smhasher tests of our map hash function.Keith Randall
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-04-02runtime: Implement faster equals for strings and bytes.Keith Randall
2013-03-15runtime: use AES hash for compound objects.Keith Randall
2013-03-12runtime: faster & safer hash functionKeith Randall
2013-01-04runtime: always incorporate hash seed at start of hash computationIan Lance Taylor
2012-09-24runtime: prepare for 64-bit intsRuss Cox
2012-08-07runtime: remove unnecessary ROUND in alg.cShenghou Ma
2012-08-05runtime: faster string equality.Rémy Oudompheng
2012-07-31runtime: round return value address in runtime.equalShenghou Ma
2012-06-13runtime: improved continuity in hash computationJan Ziak
2012-02-06runtime: fix float64 hash on 32-bit machineRuss Cox
2012-01-30runtime: fix float64 hashRuss Cox
2012-01-26gc, runtime: handle floating point map keysRuss Cox
2012-01-20runtime: add type algorithms for zero-sized typesDmitriy Vyukov
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-05runtime: prep for type-specific algorithmsRuss Cox