We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef16508 commit ef2445bCopy full SHA for ef2445b
1 file changed
encodings/fsst/src/dfa/mod.rs
@@ -191,7 +191,6 @@ impl FsstMatcher {
191
}
192
193
/// Run the matcher on a single FSST-compressed code sequence.
194
- #[inline]
195
pub(crate) fn matches(&self, codes: &[u8]) -> bool {
196
match &self.inner {
197
MatcherInner::MatchAll => true,
@@ -233,7 +232,6 @@ impl<'a> LikeKind<'a> {
233
232
// ---------------------------------------------------------------------------
234
235
// TODO: add N-way ILP overrun scan for higher throughput on short strings.
236
-#[inline]
237
pub(crate) fn dfa_scan_to_bitbuf<T, F>(
238
n: usize,
239
offsets: &[T],
0 commit comments