mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 09:14:54 +10:00
docs: fix typo in README
s/wood/hood/
This commit is contained in:
committed by
Vincent Herlemont
parent
63e5c33d8f
commit
5374dd6629
@@ -165,7 +165,7 @@ Full example [here](tests/example/example_define_model.rs).
|
|||||||
|
|
||||||
Native model has
|
Native model has
|
||||||
been designed to have a minimal and constant overhead. That means that the overhead is the same
|
been designed to have a minimal and constant overhead. That means that the overhead is the same
|
||||||
whatever the size of the data. Under the wood we use the [zerocopy](https://docs.rs/zerocopy/latest/zerocopy/) crate
|
whatever the size of the data. Under the hood we use the [zerocopy](https://docs.rs/zerocopy/latest/zerocopy/) crate
|
||||||
to avoid unnecessary copies.
|
to avoid unnecessary copies.
|
||||||
|
|
||||||
👉 To know the total time of the encode/decode, you need to add the time of your serialization format.
|
👉 To know the total time of the encode/decode, you need to add the time of your serialization format.
|
||||||
|
|||||||
Reference in New Issue
Block a user