aboutsummaryrefslogtreecommitdiff
path: root/src/unicode/utf8/utf8_test.go
AgeCommit message (Expand)Author
2020-09-10unicode/utf8: refactor benchmarks for FullRune functioneric fang
2018-05-06cmd/compile: optimize len([]rune(string))Martin Möhrmann
2016-10-17runtime: speed up non-ASCII rune decodingMartin Möhrmann
2015-12-01unicode/utf8: add test for FullRuneMarcel van Lohuizen
2015-11-16unicode/utf8: table-based algorithm for decodingMarcel van Lohuizen
2015-10-26unicode/utf8: added benchmarksMarcel van Lohuizen
2014-09-08build: move package sources from src/pkg to srcRuss Cox