Skip to content

Commit 77973f2

Browse files
Create README.md
1 parent ead8510 commit 77973f2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)