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


   > 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).
   
   I'm just suspicious we are only making things slower here, by explicitly 
swapping anything with java code. cpus since haswell have stuff like `movbe`, 
why should we support "slow" wrapping at all? I don't think slow should be 
possible here.


----------------------------------------------------------------
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