Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any Benchmark on musicxml parsing? #144

Open
Yikai-Liao opened this issue Dec 5, 2023 · 0 comments
Open

Any Benchmark on musicxml parsing? #144

Yikai-Liao opened this issue Dec 5, 2023 · 0 comments

Comments

@Yikai-Liao
Copy link

Recently, I am writing a opensource lib (with python binding) for symbolic music. And I am looking for a way to support musicxml data(of course more formats in the further).

https://github.com/Yikai-Liao/symusic

The main purpose is to accelerate data preprocessing for those ai projects in this area.

Our library supported midi parsing as a beginning. At first, I chose a existing midi library. However, we suffered from a significant performance issue caused by iosream get char(used in that lib). So we just write one by ourselves.

So I wonder if there will be any benchmark for musicxml parsing? Even if it is just a comparision with some python library. I just wonder if this library would fit our purpose.

I would be grateful if you could offer some useful information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant