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

https://github.com/Aider-AI/polyglot-benchmark

Coding problems used in aider's polyglot benchmark
https://github.com/Aider-AI/polyglot-benchmark

Last synced: 7 months ago
JSON representation

Coding problems used in aider's polyglot benchmark

Awesome Lists containing this project

README

          

# Aider polyglot benchmark

This repository contains a curated collection of programming exercises extracted from Exercism's language tracks. These exercises are used for benchmarking and testing purposes.

For more information see:

- [The aider blog](https://aider.chat/2024/12/21/polyglot.html)
- [The benchmark harness README](https://github.com/Aider-AI/aider/tree/main/benchmark)

## Source Attribution

All exercises in this repository are sourced from the following Exercism language tracks:

- [C++ Track](https://github.com/exercism/cpp)
- [Go Track](https://github.com/exercism/go)
- [Java Track](https://github.com/exercism/java)
- [JavaScript Track](https://github.com/exercism/javascript)
- [Python Track](https://github.com/exercism/python)
- [Rust Track](https://github.com/exercism/rust)

## Credits

All exercise content is copyright © [Exercism](https://exercism.org). These exercises are used in accordance with Exercism's open source licenses.

Please visit [Exercism](https://exercism.org) or the
repos above to see licensing of these coding
exercises.