RFE: SequenceInputStream - Consider new issue for PR #11718
Benjamin Marwell
bmarwell at apache.org
Tue Apr 11 06:59:43 UTC 2023
Follow up, I would highly appreciate it if anyone would be so kind as
to open an issue for this enhancement.
Am Sa., 8. Apr. 2023 um 17:36 Uhr schrieb Benjamin Marwell
<bmarwell at apache.org>:
>
> Dear Core-Devs,
>
> There was a PR created for an enhancement of SequenceInputStream [1]
> by Romain Manni-Buceau.
>
> Description by Romain:
>
> > enumeration(list) will create an enumeration, a list and an iterator whereas the impl only requires an iterator
> > this PR drops the enumeration wrapper for binary constructor and just maps the enumeration to an iterator for the other case which should be a better compromise in practise.
> >
> > Another side but nice effect is to have some lighter classloading (subgraph)
>
> As the both of us do not have access to the OpenJDK bug tracker,
> kindly open an issue for this PR if you agree with this
> enhancement/PR.
>
> [1]: https://github.com/openjdk/jdk/pull/11718
More information about the core-libs-dev
mailing list