[
https://issues.apache.org/jira/browse/LUCENE-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-5026:
---------------------------------
Attachment: LUCENE-5026.patch
New patch that:
* doesn't over-allocate the last page as requested per Mike,
* shares more code with {{BlockPackedWriter|Reader}} (regarding fixed-size
block handling)
Unless someone objects, I'd like to commit it tomorrow.
> PagedGrowableWriter
> -------------------
>
> Key: LUCENE-5026
> URL: https://issues.apache.org/jira/browse/LUCENE-5026
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Fix For: 5.0, 4.4
>
> Attachments: LUCENE-5026.patch, LUCENE-5026.patch
>
>
> We already have packed data structures that support more than 2B values such
> as AppendingLongBuffer and MonotonicAppendingLongBuffer but none of them
> supports random write-access.
> We could write a PagedGrowableWriter for this, which would essentially wrap
> an array of GrowableWriters.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]