You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use hedge reading from RAM for work-stealing and similar algorithms on multicore systems to nullify RAM tail latency and gain near perfect determinism #27159
I am frustrated with huge tail latency (DRAM refreshes, their non-determinism, etc.) especially with latency-sensitive scenarios (scheduling algorithms for multicore parallel processing waiting for reading the scheduling algorithm data structures!, web server responses, high-frequency trading, etc.).
Proposed Solution
No response
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
Version used
latest
Environment details (OS name and version, etc.)
any
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Describe the feature
See https://github.com/LaurieWired/tailslayer
And detailed explanation in video https://www.youtube.com/watch?v=KKbgulTp3FE
Use Case
I am frustrated with huge tail latency (DRAM refreshes, their non-determinism, etc.) especially with latency-sensitive scenarios (scheduling algorithms for multicore parallel processing waiting for reading the scheduling algorithm data structures!, web server responses, high-frequency trading, etc.).
Proposed Solution
No response
Other Information
No response
Acknowledgements
Version used
latest
Environment details (OS name and version, etc.)
any
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.