We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8510 commit 77973f2Copy full SHA for 77973f2
README.md
@@ -0,0 +1,16 @@
1
+# cppcon2023
2
+Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
3
+
4
+I compile and run this code on Windows 10 wsl version2 configured with Ubuntu-22.04. You will have to have most of these installed to build the code:
5
6
+ sudo apt install libbenchmark-dev
7
+ sudo apt install libboost-all-dev
8
+ sudo apt install git
9
+ sudo apt install g++-12
10
+ sudo apt install libgtest-dev
11
+ sudo apt install cmake
12
13
+And these if you want to run `perf stat`:
14
15
+ sudo apt install linux-tools-5.15.90.1-microsoft-standard-WSL2
16
+ sudo apt install linux-tools-standard-WSL2
0 commit comments