1 unstable release

Uses new Rust 2024

0.8.5-alpha Dec 3, 2025

#2 in #thread-count

Download history 1/week @ 2025-11-27 1/week @ 2025-12-11 12/week @ 2025-12-18 23/week @ 2025-12-25 23/week @ 2026-01-01 13/week @ 2026-01-15 16/week @ 2026-01-22

52 downloads per month
Used in 13 crates (4 directly)

Apache-2.0

6KB
79 lines

Helper utilities for Rayon thread-pool management shared across LLKV crates.

Centralizing Rayon configuration ensures callers reuse a single bounded pool. This avoids opportunistic global overrides and keeps worker naming consistent. The helpers below expose a with_thread_pool entry point and a cheap accessor for the current thread count.


LLKV Thread Utilities

llkv-threading provides Rayon-based thread pooling utilities for the LLKV database toolkit.

This crate is not intended for direct standalone use.

License

Licensed under the Apache-2.0 License.

Dependencies

~6–8MB
~72K SLoC