tang-hi commented on issue #12396:
URL: https://github.com/apache/lucene/issues/12396#issuecomment-1618577928

   > What I am wondering about: The generated PanamaForUtil is immensely huge 
(258 KiB) and it looks only encoding is vectorized, while decoding looks like 
an very old version of the code, it explodes somehow - where did you get that 
code from? The vectorized encode seems to work, the indexes and tests are 
working.
   
   I have currently only provided a vectorized version for encoding, while 
keeping decoding unchanged. This is because I wanted to ensure that the 
encoding part is working before implementing a compressed version for decoding. 
However, based on @jpountz's response, I am now trying to use a more concise 
version (with a different compression format but the same space size). I will 
update the Python script with this version later.


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

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

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