pub struct RepeatOffsetMatchFinder { /* private fields */ }Expand description
Match finder with repeat offset awareness.
Tracks the same repeat offset state as the encoder and proactively searches for matches at repeat offsets before falling back to hash chain search.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RepeatOffsetMatchFinder
impl RefUnwindSafe for RepeatOffsetMatchFinder
impl Send for RepeatOffsetMatchFinder
impl Sync for RepeatOffsetMatchFinder
impl Unpin for RepeatOffsetMatchFinder
impl UnwindSafe for RepeatOffsetMatchFinder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more