Skip to content

Commit ace6e32

Browse files
authored
Update README.md
1 parent 129e0d4 commit ace6e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Think of it as a specialized `Arc<[u8]>` that can be inlined (skip allocation fo
1212

1313
![Memory layout](./byteview.png)
1414

15-
`byteview` was designed to speed up deserialization in [`lsm-tree`](https://github.com/fjall-rs/lsm-tree), allow inlining of small values and reduce memory usage compared to Arc'd slices.
15+
`byteview` was originally designed to speed up deserialization in [`lsm-tree`](https://github.com/fjall-rs/lsm-tree), allow inlining of small values and reduce memory usage compared to Arc'd slices.
1616
Values with a known length can be constructed 2-2.5x faster than using `Arc<[u8]>`:
1717

1818
![Constructor benchmark](ctor_bench.png)

0 commit comments

Comments
 (0)