Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mzimbres/benchmarks


https://github.com/mzimbres/benchmarks

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# benchmarks

```
g++ -std=c++20 read-until.cpp -I /opt/boost_dev/include/ -O2
g++ -std=c++20 read-until-cobalt.cpp -I /opt/boost_dev/include/ -I ~/Public/cobalt/include/ -O2 ~/mess/cobalt_build/libboost_cobalt.a
```

Run a tcp server in another terminal

```
watch -n0 nc -C -l -p 12345
```