Closed nolanderc closed 6 months ago
Addresses (some) concerns raised in a comment: https://github.com/meilisearch/heed/pull/256#pullrequestreview-2030571441.
ReservedSpace
#[inline]
Write
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!
Pull Request
Related issue
Addresses (some) concerns raised in a comment: https://github.com/meilisearch/heed/pull/256#pullrequestreview-2030571441.
What does this PR do?
ReservedSpace
as#[inline]
allowing them to be inlined across crate boundaries. Especially for theWrite
-impl where callers may perform small writes, the overhead of not inlining can be significant.PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!