File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -190,11 +190,11 @@ Latency benchmark measures round trip time between 2 threads communicating using
190190Benchmark results for a AMD Ryzen 9 3900X 12-Core Processor, the 2 threads are
191191running on different cores on the same chiplet:
192192
193- | NUMA Node / Core / Hyper-Thread | Throughput (ops/ms) | Latency RTT (ns) |
194- | ------------------------------- | ------------------: | ---------------: |
195- | SPSCQueue | 362723 | 133 |
196- | boost::lockfree::spsc | 209877 | 222 |
197- | folly::ProducerConsumerQueue | 148818 | 147 |
193+ | Queue | Throughput (ops/ms) | Latency RTT (ns) |
194+ | ---------------------------- | ------------------: | ---------------: |
195+ | SPSCQueue | 362723 | 133 |
196+ | boost::lockfree::spsc | 209877 | 222 |
197+ | folly::ProducerConsumerQueue | 148818 | 147 |
198198
199199## Cited by
200200
You can’t perform that action at this time.
0 commit comments