mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix Pr comments
This commit is contained in:
parent
4860fd4529
commit
db0c681bae
14 changed files with 38 additions and 58 deletions
|
@ -2,6 +2,8 @@ use std::sync::Arc;
|
|||
|
||||
use memmap::Mmap;
|
||||
|
||||
/// Wrapper around Mmap allowing to virtualy clone grenad-chunks
|
||||
/// in a parallel process like the indexing.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ClonableMmap {
|
||||
inner: Arc<Mmap>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue