this post was submitted on 23 Sep 2025
24 points (100.0% liked)
Programmer Humor
26846 readers
2494 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Heh, joke's on you; you're using the wrong library for obsessive FLAC compression anyway:
http://cue.tools/wiki/FLACCL
0.00017x sounds like a bug though. Maybe it balloons RAM usage enough to trigger swapping?
Well, my RAM usage doesn't seem to have increased though (at least from this process).
And I haven't setup a swap.
Oh, it has a CUDA library!?
Then this FFmpeg FLAC library is really basic, considering it has no parallelism. I was assuming that the algorithm itself is not parallelisable.
It's OpenCL, so it should even run on integrated graphics.
Yeah, it's great! Extremely fast and marginally smaller than ffmpeg, last I checked, though I have not messed with those newer ffmpeg options. And cuetools has some other nice utilities anyway.