[Potential Performance Improvement]fuse_reply can be invoked on different thread than that of request receive
Open
- 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.