[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ITP: Music123



* "David Starner" 

| music123 can be very slow, if you recurse into a large directory
| with few music files. (It adds the files to a vector, but latter
| removes them if they aren't recognized music files. O(N) behavior
| to remove a file, and O(N) removals adds up to O(N^2) behavior.)

No, it adds up to O(2N) == O(N).

| There are a couple features that I'd like to add - better option
| handling, gettextization, and printing the song info without the
| rest of the music player noise. But it works for me, so those
| will have to wait for a latter version.

Does it have a concept of albums/collections of songs?

-- 

Tollef Fog Heen
You Can't Win



Reply to: