You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Greg Miller (Jira)" <ji...@apache.org> on 2021/02/20 20:22:00 UTC

[jira] [Created] (LUCENE-9794) Optimize skipBytes implementation in remaining DataInput subclasses

Greg Miller created LUCENE-9794:
-----------------------------------

             Summary: Optimize skipBytes implementation in remaining DataInput subclasses
                 Key: LUCENE-9794
                 URL: https://issues.apache.org/jira/browse/LUCENE-9794
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Greg Miller


LUCENE-9480 introduced a more efficient method for byte skipping in IndexInput and its subclasses, but the rest of the DataInput implementations are still delegating to DataInput#skipBytesSlowly.

 

This issue tracks optimizing the remaining DataInput skipBytes implementations. Here's the list remaining:
 * CompressingStoredFieldsReader (contains an anonymous DataInstance impl internally)
 * ByteSliceReader
 * ByteBuffersDataInput
 * InputStreamDataInput
 * PagedBytesDataInput



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org