-
**_Reported by Gajinder Vij:_**
As a Zephyr developer, I would like a unified and more complete kernel API with optimized performance, so that I don't have to choose between the nanokernel or the mic…
-
I have some code in which fibers do not perform their work in parallel for some reason:
``` scheme
(define pool-initializer
(lambda* (#:key (parallelism (current-processor-count)))
(let ([…
-
Hello Everyone,
I am using [echo/client.rb example](https://github.com/socketry/async-io/blob/main/examples/echo/client.rb) without having `Async` wrapper call around it. I am aware some of this ge…
-
**Please describe your feature request.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
is it possible to implement windows style thread management i…
-
system_timer_current_time_us loses time relative to us_ticker_read at a variable rate. This affects system_timer_current_time and uBit.systemTime. The drift is usually 1.5 to 4.5 ms/s, but can be high…
-
# Bug Report
## Current Behavior
I'm following the booster framework getting started tutorial and running on a barebones newly deployed system. Everything is working as expected, except when I g…
mnlx updated
4 months ago
-
The talk time was ~ 28 minutes.
-
# Story
TL;DR - performance analysis and debugging on the throughput of checks. Scroll down for problems, technical analysis and solutions.
## Issues
ref/NC/628417
ref/NC/625049
- Our CIB…
-
I appreciate the changes introduced with this PR, i.e., the work done in the upstream project to use TaskScheduler in favor of extending the `loop()` paradigm. This has the potential to …
-
Hi,
I'm currently getting the following error when using Fibers. I have turned on verifyInstrumentation. I am running the latest 0.7.5 JDK8 build and my agent is running. On top of the agent instrume…