File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,10 @@ C++17 is enabled.
8888
8989The library currently doesn't include a huge page allocator since the APIs for
9090allocating huge pages are platform dependent and handling of huge page size and
91- NUMA awareness is application specific.
91+ NUMA awareness is application specific.
9292
9393Below is an example huge page allocator for Linux:
94+
9495```cpp
9596#include <sys/mman.h>
9697
@@ -194,12 +195,14 @@ running on different cores on the same chiplet:
194195| SPSCQueue | 362723 | 133 |
195196| boost::lockfree::spsc | 209877 | 222 |
196197| folly::ProducerConsumerQueue | 148818 | 147 |
198+
197199## Cited by
198200
199201SPSCQueue have been cited by the following papers:
202+
200203- Peizhao Ou and Brian Demsky. 2018. Towards understanding the costs of avoiding
201204 out-of-thin-air results. Proc. ACM Program. Lang. 2, OOPSLA, Article 136
202- (October 2018), 29 pages. DOI: https://doi.org/10.1145/3276506
205+ (October 2018), 29 pages. DOI: < https://doi.org/10.1145/3276506 >
203206
204207## About
205208
You can’t perform that action at this time.
0 commit comments