Replaces the monolithic CPU scaling threshold with separate CPU and I/O spawn thresholds. Introduces an IoSample struct with platform-specific byte reading and a relative throughput growth heuristic. Adds a 0.1s wall-clock guard to CpuSample to suppress artificial efficiency spikes, and updates maybe_activate to trigger worker scaling when either resource indicates headroom. Bumps obikmer to v1.1.33 and updates architecture documentation.
Replaces the monolithic CPU scaling threshold with separate CPU and I/O spawn thresholds. Introduces an `IoSample` struct with platform-specific byte reading and a relative throughput growth heuristic. Adds a 0.1s wall-clock guard to `CpuSample` to suppress artificial efficiency spikes, and updates `maybe_activate` to trigger worker scaling when either resource indicates headroom. Bumps `obikmer` to v1.1.33 and updates architecture documentation.
Replaces the monolithic CPU scaling threshold with separate CPU and I/O spawn thresholds. Introduces an `IoSample` struct with platform-specific byte reading and a relative throughput growth heuristic. Adds a 0.1s wall-clock guard to `CpuSample` to suppress artificial efficiency spikes, and updates `maybe_activate` to trigger worker scaling when either resource indicates headroom. Bumps `obikmer` to v1.1.33 and updates architecture documentation.
coissac
merged commit 66ab4c6db1 into main2026-07-02 09:36:19 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Replaces the monolithic CPU scaling threshold with separate CPU and I/O spawn thresholds. Introduces an
IoSamplestruct with platform-specific byte reading and a relative throughput growth heuristic. Adds a 0.1s wall-clock guard toCpuSampleto suppress artificial efficiency spikes, and updatesmaybe_activateto trigger worker scaling when either resource indicates headroom. Bumpsobikmerto v1.1.33 and updates architecture documentation.