Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manoskary/bench-partitura
https://github.com/manoskary/bench-partitura
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manoskary/bench-partitura
- Owner: manoskary
- Created: 2021-12-09T13:25:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T13:47:56.000Z (about 3 years ago)
- Last Synced: 2024-10-06T12:24:14.872Z (3 months ago)
- Language: Python
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bench Partitura Runtimes
This is a repository to check partitura package runtime vs music21.
We test Runtime of :
- Internal functions such as notearray and pianoroll computation
- Multiformat Parsing such as MEI, MUSICXML and KERN.
- Package ImportingIn the future we plan a testing within the package itself by implementing a parallel processing option and benchmarking it.
## Requirements
- matplotlib
- music21
- partitura latest version or develop branchWith pip :
```shell
pip install -r requirements.txt
```## How to use.
You can run the bench functions to output plots or run the Unitests to check if partitura is faster in your system.
**Example :**
```shell
cd src
python ./test_runtime/bench_xml_runtime.py
```