1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/pkg/unicode
Rob Pike 0de328edd6 unicode: make the tables smaller.
By splitting the ranges into 16-bit values and 32-bit values,
we can reduce about 3000 entries by 48 bits per entry, or about
16KB, at the cost of a little more complexity in the code.

R=iant, bradfitz, rsc, r
CC=golang-dev
https://golang.org/cl/4547066
2011-05-31 09:58:07 +10:00
..
casetables.go Unicode: provide an ability to supplement the case-mapping tables 2010-03-30 17:51:03 -07:00
digit_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
digit.go 1) Change default gofmt default settings for 2009-12-15 15:41:46 -08:00
letter_test.go unicode: update to unicode 6.0.0 2011-01-31 15:20:44 -08:00
letter.go unicode: make the tables smaller. 2011-05-31 09:58:07 +10:00
Makefile unicode: build maketables during testshort too 2011-05-14 16:54:49 -07:00
maketables.go unicode: make the tables smaller. 2011-05-31 09:58:07 +10:00
script_test.go unicode: update to unicode 6.0.0 2011-01-31 15:20:44 -08:00
tables.go unicode: make the tables smaller. 2011-05-31 09:58:07 +10:00