You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the SortingLongCollection does not provide a method to peek the value of the top-most element. This makes it impossible to perform some processing on-top of such collections such as a k-way merge which require a non-destructive peek. Adding that feature should be trivial and not break existing code.
I could submit a quick PR if this feature is approved.
The text was updated successfully, but these errors were encountered:
Description of the issue:
Currently, the SortingLongCollection does not provide a method to peek the value of the top-most element. This makes it impossible to perform some processing on-top of such collections such as a k-way merge which require a non-destructive peek. Adding that feature should be trivial and not break existing code.
I could submit a quick PR if this feature is approved.
The text was updated successfully, but these errors were encountered: