Commit Graph

4 Commits

Author SHA1 Message Date
胡玮文
253c1da72d fuse: don't limit max_threads to num of CPU cores
fuse threads are mostly blocked on waiting IO. They are not CPU intensive. So,
there is no reason to limit them by the number of CPU cores.

We got 7x IOPS with this patch on a 2 core VM.
2025-03-04 15:06:04 +08:00
胡玮文
34612f3b4f explicit down cast (#46)
Newer clang does not allow down cast with brace initialization. Replace them with C-style cast.
2025-03-03 08:44:22 +08:00
胡玮文
309a258ac2 add missing headers for new toolchain (#41)
These are necessary for compiling with Ubuntu 24.04 default toolchain/boost.
2025-03-03 07:57:02 +08:00
dev
815e55e4c0 Initial commit 2025-02-27 21:53:53 +08:00