Skip to content

Commit b93839a

Browse files
authored
Update README.md
1 parent a1a6cf6 commit b93839a

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)