dweiss commented on pull request #2094:
URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-734261088


   Perhaps I wasn't too clear but I think it'd be the same - for example, 
ByteBufferIndexInput would just implement ComplexTypeDataInput itself, by 
default assuming a certain byte order (LE or BE); the call to getReader with a 
matching byte order would return itself and it'd work identically as before. If 
you requested the reverse byte order it'd have to either wrap (slow) or return 
an optimized version (which in this case is simple too - clone the underlying 
buffer, switch byte order, return).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to