Replies: 1 comment 2 replies
-
Hello! That doesn't sound right. Can you share the code you're using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm learning Rust and my first attempt is to read tags from my 100K+ files music library.
In Python I can read the tags in about 4 minutes. With Rust and Lofty it takes 45 minutes to do the same!!!
I've verified that I can just print every filename and it takes about 4 seconds. Add in grabbing the tags and it's 45 minutes.
I have tried building (thinking it's debugging info) but I get the same results.
Beta Was this translation helpful? Give feedback.
All reactions