• v1.1.41
    Release / create-release (push) Successful in 2m26s
    Release / build-linux-x86_64 (push) Successful in 8m13s
    Release / build-macos-arm64 (push) Successful in 1m43s
    ci.yml / build (pull_request) Canceled after 1h29m17s
    Stable

    coissac released this 2026-08-11 10:23:36 +00:00 | 59 commits to main since this release

    refactor: centralize CPU core detection using cgroup-aware utility

    Introduce obisys::effective_parallelism() to read Linux cgroup v1/v2 CPU quotas from sysfs, preventing thread pool oversubscription in containerized environments. Replace direct std::thread::available_parallelism() calls across obikindex and obikmer with this centralized function. Bump obikmer version to 1.1.41.

    Downloads