Conversation
We also mirror a bit between miou_epoll.ml and miou_poll.ml
dinosaure
added a commit
to dinosaure/opam-repository
that referenced
this pull request
Sep 2, 2026
CHANGES: - Delete some useless files for another compilation scheme (@dinosaure, robur-coop/miou#131) - Optimize a bit when we do an interruption and when we add something into our dom0 (@dinosaure, robur-coop/miou#129) - Optimize our `Miou_unix` internal table of file-descriptors (@dinosaure, robur-coop/miou#130) - Provide `Miou_unix.{read,write}_bigstring` (since OCaml 5.2) (@dinosaure, robur-coop/miou#133) - Add the support of `epoll(7)` on Linux (@dinosaure, robur-coop/miou#134) - Optimize our run-queue (replace our proved implementation of our priority queue by something more straightforward, a simple ring buffer and duplicate it by priorities - clean, cancel, others) (@dinosaure, robur-coop/miou#135, related to robur-coop/miou#40) - Introduce a new environment variable `MIOU_POLL` which gives a budget to let Miou to execute tasks before to observe events (@dinosaure, robur-coop/miou#137) - Fix leak of epoll instance per domains (@dinosaure, robur-coop/miou#138)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We also mirror a bit between miou_epoll.ml and miou_poll.ml