Gary, thank you for your response.
I initiated the pull request (#528) and already received some very
constructive feedback from user mbenson.
I am modifying the code to contain fewer methods that may be externally
modified by a user, if something as simple as .toLowerCase() is required.
I also n
Stephan,
Thank you for your message.
This is more of a design deffect IMO,. If there is a desire for disabling a
feature like caching then there should be a toggle for that, not relying on
a side effect of a magic number. PRs welcome! :-)
Gary
On Wed, Apr 10, 2024, 9:24 AM Stephan Markwalder
Hi,
Today, I found the following questions in
https://github.com/apache/commons-io/pull/609:
> The behavior for a negative threshold should be the same as 0 IMO. WDYT?
> What does it even mean that a threshold is negative?
> Writing zero bytes writes nothing, so there is nothing to reach until y
On Tue, Apr 9, 2024 at 11:09 PM Rodion Efremov wrote:
>
> Hello,
>
> Fair enough. However, why we have CursorableLinkedList and
> NodeCachingLinkedList around when my previous benchmarking showed that they
> are inferior compated to both TreeList and IndexedLinkedList?
We have a lot of things we