commit | b3946dc119cb89fe9f3cd55daa8d8c7a708274a8 | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Tue May 14 16:05:51 2013 -0700 |
committer | Keith Randall <khr@golang.org> | Tue May 14 16:05:51 2013 -0700 |
tree | 390057fc055fe5a503bcb633a051a2e0a14c6fda | |
parent | f1583bb9563827fe132c97798657a6c60e6a0457 [diff] |
runtime/bytes: fast Compare for byte arrays and strings. Uses SSE instructions to process 16 bytes at a time. fixes #5354 R=bradfitz, google CC=golang-dev https://golang.org/cl/8853048