• Rui Ueyama's avatar
    strings: remove byteBitmap · 90870e61
    Rui Ueyama authored
    Previously we had a bitmap to check whether or not a byte
    appears in a string should be replaced. But we don't actually
    need a separate bitmap for that purpose. Removing the bitmap
    makes the code simpler.
    
    LGTM=dave, iant, nigeltao
    R=golang-codereviews, dave, gobot, nigeltao, iant, bradfitz, rsc
    CC=golang-codereviews
    https://golang.org/cl/110100043
    90870e61
Name
Last commit
Last update
..
example_test.go Loading commit data...
export_test.go Loading commit data...
reader.go Loading commit data...
reader_test.go Loading commit data...
replace.go Loading commit data...
replace_test.go Loading commit data...
search.go Loading commit data...
search_test.go Loading commit data...
strings.go Loading commit data...
strings.s Loading commit data...
strings_decl.go Loading commit data...
strings_test.go Loading commit data...