• cfs_stable_0.1.0 41695b9353

    CFS 0.1.0 Stable

    jakeISAC released this 2025-12-07 16:21:11 +01:00 | 2 commits to main since this release

    Improved stability with added safety of Semaphore for issuing tasks while scheduling. Added future crate for better handling of Futures generated by Tokio, which allows for concurrent waiting for Futures with a safety of internal buffering which limits the max number of Futures awaited concurrently. Also, this release contains code clean-up and logic improvements, which should limit the number of unnecessary allocations and checks.

    Downloads
  • CFS_stable e687e753fe

    CFS stable Pre-release

    jakeISAC released this 2025-12-07 01:07:22 +01:00 | 25 commits to main since this release

    First release of the program. It contains a working copy logic and initial implementation of CFS schedular.

    Downloads