Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzimbres/benchmarks
https://github.com/mzimbres/benchmarks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mzimbres/benchmarks
- Owner: mzimbres
- License: gpl-3.0
- Created: 2023-10-21T15:07:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T14:45:01.000Z (about 1 year ago)
- Last Synced: 2023-12-16T21:22:46.266Z (about 1 year ago)
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```