Skip to content

Commit 66c9fd6

Browse files
committed
Fix markdown lint errors
1 parent da60d08 commit 66c9fd6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ C++17 is enabled.
8888
8989
The library currently doesn't include a huge page allocator since the APIs for
9090
allocating 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
9393
Below 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

199201
SPSCQueue 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

0 commit comments

Comments
 (0)