Skip to content

Commit 16c48bc

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 48d902a + b93839a commit 16c48bc

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`, allow inlining of small values and reduce memory usage compared to Arc'd slices.
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.
1616
Values with a known length can be constructed 2-2.5x faster than using Arcs:
1717

1818
![Constructor benchmark](ctor_bench.png)

0 commit comments

Comments
 (0)