Skip to content

Conversation

@docwilco
Copy link
Contributor

ASIO on ESP32 uses select() internally to implement poll_one(). Polling with a 100 microsecond interval was wasting a lot of CPU. This leverages select() for a more event-based approach.

Fixes #161

ASIO on ESP32 uses `select()` internally to implement `poll_one()`.
Polling with a 100 microsecond interval was wasting a lot of CPU. This
leverages `select()` for a more event-based approach.
@fgo-ableton fgo-ableton merged commit 9fb2662 into Ableton:master Dec 1, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Link eats up 1 of 2 cores on ESP32

2 participants