Spliterator
Paul Sandoz
paul.sandoz at oracle.com
Tue Dec 18 13:31:44 PST 2012
On Dec 18, 2012, at 9:55 PM, Brian Goetz <brian.goetz at Oracle.COM> wrote:
>> 1. At the moment, unless you implement "sizeIfKnown"
>> of top-level Spliterator as non-negative, no splitting
>> takes place, even if you implement estimatedSize.
>
> This is not supposed to be true! So let's just call this a bug.
>
I think i found the source as to why that is the case, it's in an ugly piece of code that suggests the size for which no further splits should be performed.
Will fix it tomorrow if no one else gets to it before me.
Paul.
More information about the lambda-libs-spec-observers
mailing list