Re: [I] Improve bytes copy in NodeHash [lucene]

2023-12-13 Thread via GitHub
dungba88 closed issue #12760: Improve bytes copy in NodeHash URL: https://github.com/apache/lucene/issues/12760 -- 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,

Re: [I] Improve bytes copy in NodeHash [lucene]

2023-11-16 Thread via GitHub
dungba88 commented on issue #12760: URL: https://github.com/apache/lucene/issues/12760#issuecomment-1815613094 The last TODO can be resolved with #12624 -- 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

[I] Improve bytes copy in NodeHash [lucene]

2023-11-04 Thread via GitHub
dungba88 opened a new issue, #12760: URL: https://github.com/apache/lucene/issues/12760 ### Description Spawn of https://github.com/apache/lucene/pull/12738, there are 2 TODOs about reducing byte copies when copying from FST and when promoting from the fallback table. -- This is a