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

https://github.com/matsutaku/bit-fitting

Solving bit-fitting problem
https://github.com/matsutaku/bit-fitting

Last synced: 7 months ago
JSON representation

Solving bit-fitting problem

Awesome Lists containing this project

README

          

# bit-fitting

## Benchmark usage
```bash
# Build program
mkdir build
cd build
cmake ..
make
cd ..

# Setup to plot benchmark resuit
python -m venv env
source env/bin/activate
pip install -r requirements.txt

# Run benchmark
build/bench | tee >(python plot_bench.py)
```