-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[home-mixer] don't offload scoredCandidateFeaturesCache
scoredCandidateFeaturesCache accounts for 60% of offload tasks issued by client OffloadFilter. These tasks are very short (p999 is 50us), nobody waits for their reply (it's a side effect) and therefore can be safely executed by a Netty thread without context switch. JIRA Issues: STOR-8861 Differential Revision: https://phabricator.twitter.biz/D1190370
- Loading branch information
Anton Ivanov
authored and
jenkins
committed
Dec 30, 2024
1 parent
7954703
commit 786f06c
Showing
1 changed file
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters