• heimdall_1.1 920778f100

    Heimdall 1.1 Pre-release

    jakeISAC released this 2026-03-15 14:52:31 +01:00 | 246 commits to main since this release

    I’ve removed the blocking semaphores to reduce contention and replaced tokio::spawn with tokio::task::spawn_blocking for CPU-bound operations, which helps prevent thread starvation and improves performance. The CFS scheduler and copying process have also been further optimized. The scheduler is now more stable and efficient, and I’m planning more customization options for the next update.

    Downloads