roaring-rs icon indicating copy to clipboard operation
roaring-rs copied to clipboard

Pushing values in a Treemap should be more restrictive

Open Kerollmops opened this issue 3 years ago • 0 comments

Pushes value in the treemap only if it is greater than the current maximum value.

Pushing a value in a Treemap should be more restrictive and fit the description of the Treemap::push method.

Originally posted by @Kerollmops in https://github.com/RoaringBitmap/roaring-rs/pull/182#discussion_r800460847

Kerollmops avatar Feb 07 '22 15:02 Kerollmops