Re: [I] Should we avoid allocating a byte[] upfront for binary doc values [lucene]

2024-10-22 Thread via GitHub
iverase commented on issue #13929: URL: https://github.com/apache/lucene/issues/13929#issuecomment-2429888740 I really wish our binary doc values didn't imply that you need to have everything on heap in order to read them, it feels wrong. But anyway, I understand I won't happen easil

Re: [I] Should we avoid allocating a byte[] upfront for binary doc values [lucene]

2024-10-22 Thread via GitHub
iverase closed issue #13929: Should we avoid allocating a byte[] upfront for binary doc values URL: https://github.com/apache/lucene/issues/13929 -- 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

Re: [I] Should we avoid allocating a byte[] upfront for binary doc values [lucene]

2024-10-18 Thread via GitHub
rmuir commented on issue #13929: URL: https://github.com/apache/lucene/issues/13929#issuecomment-2422029281 I don't think we should optimize for abusive cases that are storing entire novels in this structure. We should be optimized for real use-cases that use a couple bytes. -- This is a