deepseek-ai / deepseek-ai/3FS

[Potential Performance Improvement]fuse_reply can be invoked on different thread than that of request receive

Open
#86 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
10.2k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

All the fuse request will blocking fuse thread(folly::Coro::blockingWaiting) for now.
But we can invoke fuse_reply_* on any other thread. Blocking is not necessary.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.