Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Aug 1, 2024
1 parent 896feac commit ec14994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/polars-utils/src/mmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ mod private {

use crate::mem::prefetch_l2;

/// A read-only reference to a slice of memory.
/// A read-only reference to a slice of memory that can potentially be memory-mapped.
///
/// This maintains a reference count to the underlying buffer to ensure the memory is kept
/// alive. [`MemSlice::slice`] can be used to slice the memory in a zero-copy manner.
/// A reference count to the underlying buffer to ensure the memory is kept alive.
/// [`MemSlice::slice`] can be used to slice the memory in a zero-copy manner.
///
/// This still owns the all the original memory and therefore should probably not be a long-lasting
/// structure.
Expand Down

0 comments on commit ec14994

Please sign in to comment.