Update dependency io-event to v1.14.2
This MR contains the following updates:
| Package | Update | Change | MyDiffEnd |
|---|---|---|---|
| io-event | minor |
1.12.1 -> 1.14.2
|
https://my.diffend.io/gems/io-event/1.12.1/1.14.2 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
socketry/io-event (io-event)
v1.14.2
v1.14.1
v1.14.0
Enhanced IO::Event::PriorityHeap with deletion and bulk insertion methods
The {ruby IO::Event::PriorityHeap} now supports efficient element removal and bulk insertion:
-
delete(element): Remove a specific element from the heap in O(n) time -
delete_if(&block): Remove elements matching a condition with O(n) amortized bulk deletion -
concat(elements): Add multiple elements efficiently in O(n) time
heap = IO::Event::PriorityHeap.new
v1.13.0
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.