-
Notifications
You must be signed in to change notification settings - Fork 82
[WIP] Add intrusive minimum binary heap #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
build_prs |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20920667414. |
|
❌ Job failed. Failed jobs: build_host (failure), see https://github.com/vivoblueos/kernel/actions/runs/20920667414. |
|
build_prs |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20922510258. |
|
❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/20922510258. |
|
build_prs |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20923261734. |
|
❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/20923261734. |
|
build_prs |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20925030835. |
|
✅ All jobs completed successfully, see https://github.com/vivoblueos/kernel/actions/runs/20925030835. |
Similar to https://doc.rust-lang.org/stable/std/collections/struct.BinaryHeap.html, however it's intrusive and thus reduces heap allocations.
This is useful to manage large amount of timers.