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

https://github.com/binpash/aggregators


https://github.com/binpash/aggregators

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Automated Synthesis of Scalable Aggregators

Synthesizing high-performance, formally verified aggregators for UNIX command parallelization systems.

## Main Directories

- **`/sysnthesis`:** Synthesis engine
- **`/lean4`:** Utilities components for synthesis and verification
- **`/benchmarks`:** Aggregator benchmarking infrastructure, scripts, and inputs

- simple-infra
- covid-mts
- nlp
- oneliners
- unix50

- **`/py-2`:** Hand-written python aggregator for comparison

- [Development Journal](https://docs.google.com/document/d/12ebNS5_1kkoFkpU3S3NS9DIrPAuxr-mCZgHv_gskQag/edit#heading=h.d7q5gi7oemm1)

## Run Docker

```bash
./run-container.sh
```

## Run Benchmarks

See: [benchmark directions](/benchmarks/readme.md)