Re: Gatherer: spliterator characteristics are not propagated

2024-01-25 Thread forax
> From: "Viktor Klang" > To: "Remi Forax" > Cc: "core-libs-dev" , "Paul Sandoz" > > Sent: Wednesday, January 24, 2024 2:45:15 PM > Subject: Re: Gatherer: spliterator characteristics are not propagated > As a (related) side-n

Re: Gatherer: spliterator characteristics are not propagated

2024-01-25 Thread forax
> From: "Viktor Klang" > To: "Remi Forax" > Cc: "core-libs-dev" , "Paul Sandoz" > > Sent: Wednesday, January 24, 2024 2:34:11 PM > Subject: Re: Gatherer: spliterator characteristics are not propagated > Presuming that you mean mut

Re: Gatherer: spliterator characteristics are not propagated

2024-01-23 Thread forax
> From: "Viktor Klang" > To: "Remi Forax" > Cc: "core-libs-dev" , "Paul Sandoz" > > Sent: Monday, January 22, 2024 10:06:27 PM > Subject: Re: Gatherer: spliterator characteristics are not propagated >> The flags are in s

Re: Gatherer: spliterator characteristics are not propagated

2024-01-22 Thread forax
> From: "Viktor Klang" > To: "Remi Forax" > Cc: "core-libs-dev" , "Paul Sandoz" > > Sent: Monday, January 22, 2024 4:22:11 PM > Subject: Re: Gatherer: spliterator characteristics are not propagated > Hi Rémi, Hello, > For

Re: Gatherer: spliterator characteristics are not propagated

2024-01-22 Thread Viktor Klang
40 To: Viktor Klang Cc: core-libs-dev ; Paul Sandoz Subject: [External] : Re: Gatherer: spliterator characteristics are not propagated From: "Viktor Klang" To: "Remi Forax" Cc: "core-libs-dev" , "Paul Sandoz" Sent:

Re: Gatherer: spliterator characteristics are not propagated

2024-01-20 Thread forax
> From: "Viktor Klang" > To: "Remi Forax" > Cc: "core-libs-dev" , "Paul Sandoz" > > Sent: Thursday, January 18, 2024 5:14:38 PM > Subject: Re: Gatherer: spliterator characteristics are not propagated >> And for A.andThen(B)

Re: Gatherer: spliterator characteristics are not propagated

2024-01-18 Thread Viktor Klang
iv-mlv.fr Sent: Thursday, 18 January 2024 16:17 To: Viktor Klang Cc: core-libs-dev ; Paul Sandoz Subject: [External] : Re: Gatherer: spliterator characteristics are not propagated From: "Viktor Klang" To: "Remi Forax" Cc: "core-libs-d

Re: Gatherer: spliterator characteristics are not propagated

2024-01-18 Thread forax
> From: "Viktor Klang" > To: "Remi Forax" > Cc: "core-libs-dev" , "Paul Sandoz" > > Sent: Thursday, January 18, 2024 3:36:07 PM > Subject: Re: Gatherer: spliterator characteristics are not propagated > I suspect that it is a rather

Re: Gatherer: spliterator characteristics are not propagated

2024-01-18 Thread Viktor Klang
iktor Klang Software Architect, Java Platform Group Oracle From: fo...@univ-mlv.fr Sent: Thursday, 18 January 2024 10:28 To: Viktor Klang Cc: core-libs-dev ; Paul Sandoz Subject: [External] : Re: Gatherer: spliterator characteristics are not propa

Re: Gatherer: spliterator characteristics are not propagated

2024-01-18 Thread forax
> From: "Viktor Klang" > To: "Remi Forax" , "core-libs-dev" > > Sent: Wednesday, January 17, 2024 8:48:07 PM > Subject: Re: Gatherer: spliterator characteristics are not propagated > Hi Rémi, > You can find some of my benches here: [ > htt

Re: Gatherer: spliterator characteristics are not propagated

2024-01-17 Thread Viktor Klang
rator characteristics are not propagated While doing some benchmarking of the Gatherer API, i've found that the characteristics of the spliterator was not propagated by the method Stream.gather() making the stream slower than it should. As an example, there is no way when reimplementing map() using a G

Gatherer: spliterator characteristics are not propagated

2024-01-17 Thread Remi Forax
While doing some benchmarking of the Gatherer API, i've found that the characteristics of the spliterator was not propagated by the method Stream.gather() making the stream slower than it should. As an example, there is no way when reimplementing map() using a Gatherer to say that this intermed