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

https://github.com/dfm/nufft-ls

Benchmarking LS periodogram implementations
https://github.com/dfm/nufft-ls

Last synced: 10 months ago
JSON representation

Benchmarking LS periodogram implementations

Awesome Lists containing this project

README

          

# nufft-ls

Benchmarking LS periodogram implementations

## Running

### Benchmarking

```console
pip install -e .
./bench/bench.py
```

### Testing (C++)

```console
cmake -B build
cmake --build build
(cd build && ctest)
```

## Environments

The `env/` directory contains the module commands and other environment config
that @lgarrison used at Flatiron for testing on various compiler stacks. Some other
hand-tuned compiler flags are left as comments in `setup.py`.