Sign in
go
/
go
/
960ffa98ce73ef2c2060c84c7ac28d37a83f345e
/
src
/
strings
/
replace.go
1930977
all: gofmt main repo
by Russ Cox
· 3 years ago
86ee892
strings: smarter growth of temporal buffer and avoid copying on return
by Ignacio Hagopian
· 3 years, 5 months ago
80cca23
strings: document that order of pairs matters in NewReplacer
by Francesco Renzi
· 6 years ago
61e0cac
strings: document that NewReplacer can panic
by Brad Fitzpatrick
· 6 years ago
c4f0751
strings: Replace s[:] to s where s is a slice.
by Ivan Sharavuev
· 6 years ago
112f28d
io: export StringWriter
by Daniel Martí
· 6 years ago
c544e0f
strings: select Replacer algorithm and build machine lazily
by Brad Fitzpatrick
· 6 years ago
2191c3a
strings: clarify Replacer's replacement order
by Alberto Donizetti
· 7 years ago
fd22542
strings: speed-up replace for byteStringReplacer case
by Ilya Tocar
· 7 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago
[Renamed from src/pkg/strings/replace.go]
90870e6
strings: remove byteBitmap
by Rui Ueyama
· 10 years ago
94935cb
strings: Replacer is safe for concurrent use
by Evan Shaw
· 11 years ago
a200e0b
undo CL 101330053 / c19c9a063fe8
by Rui Ueyama
· 11 years ago
3142861
strings: use sync.Pool to cache buffer
by Rui Ueyama
· 11 years ago
382c461
strings: speed up byteReplacer.Replace
by Rui Ueyama
· 11 years ago
26282e4
strings: define byteBitmap.isSet
by Rui Ueyama
· 11 years ago
1ca10de
strings: reduce allocation in byteStringReplacer.WriteString
by Rui Ueyama
· 11 years ago
14950d8
strings: add fast path to Replace
by Rui Ueyama
· 11 years ago
de1ea5d
strings: minor cleanup
by Rui Ueyama
· 11 years ago
2d6a139
strings: fix Replacer bug with prefix matches
by Brad Fitzpatrick
· 11 years ago
631a0e7
strings: implement a faster single-string Replacer
by Eric Roshan-Eisner
· 12 years ago
0aad3cd
strings: implement a faster generic Replacer
by Eric Eisner
· 12 years ago
6910356
strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistent
by Nigel Tao
· 12 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
bba7396
strings: implement a faster byte->string Replacer
by Brad Fitzpatrick
· 13 years ago
f75ff01
strings: implement a faster byte->byte Replacer
by Brad Fitzpatrick
· 13 years ago
7b0f3ca
strings: add Replacer, NewReplacer
by Brad Fitzpatrick
· 13 years ago