-
v1.1.41
Stablereleased this
2026-08-11 10:23:36 +00:00 | 59 commits to main since this releaserefactor: 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 directstd::thread::available_parallelism()calls acrossobikindexandobikmerwith this centralized function. Bumpobikmerversion to 1.1.41.Downloads