<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="default-style">
<div class="mail-detail-content plain-text noI18n colorQuoted simple-mail" role="complementary" aria-label="Overload window methods in Gatherers with step size">
<div>
Hello,
</div>
<br>
<div>
thanks for the amazing presentations during the Java 22 release stream.
</div>
<br>I highly appreciated the new JEP 461 (<a href="https://openjdk.org/jeps/461">https://openjdk.org/jeps/461</a>), especially the windowing functions windowFixed and windowSliding.
<br>
<div>
I would like to propose to overload both methods, so they accept the step size as an additional parameter:
</div>
<br>
<div>
- windowFixed(int windowSize, int stepSize)
</div>
<div>
- windowSliding(int windowSize, int stepSize)
</div>
<br>
<div>
This would make the existing functionality more flexible without introducing much additional concepts to learn/understand.
</div>
<br>That being said, I read <a href="https://mail.openjdk.org/pipermail/core-libs-dev/2024-January/117718.html">https://mail.openjdk.org/pipermail/core-libs-dev/2024-January/117718.html</a> and agree that the initial set of functions should be kept small. So looking forward how more experienced developers are gauging the trade-offs.
<br>
<div>
Best reagards
</div>
<div>
Ruwen Reddig
</div>
</div>
</div>
</body>
</html>