Minor typo fix in README.
PiperOrigin-RevId: 248170160
This commit is contained in:
@@ -51,7 +51,7 @@ In particular:
|
|||||||
|
|
||||||
- Snappy uses 64-bit operations in several places to process more data at
|
- Snappy uses 64-bit operations in several places to process more data at
|
||||||
once than would otherwise be possible.
|
once than would otherwise be possible.
|
||||||
- Snappy assumes unaligned 32- and 64-bit loads and stores are cheap.
|
- Snappy assumes unaligned 32 and 64-bit loads and stores are cheap.
|
||||||
On some platforms, these must be emulated with single-byte loads
|
On some platforms, these must be emulated with single-byte loads
|
||||||
and stores, which is much slower.
|
and stores, which is much slower.
|
||||||
- Snappy assumes little-endian throughout, and needs to byte-swap data in
|
- Snappy assumes little-endian throughout, and needs to byte-swap data in
|
||||||
|
|||||||
Reference in New Issue
Block a user