[Musicpd-dev-team] development: master or v0.17.x

2013-06-25 Thread jsailor
Hey, I've been poking around with adding some features to mpd. (In particular, allocating the queue dynamically, instead of statically allocating O(max_playlist_length) memory.) Should I be basing patches on v0.17.x or master? ~jon.

Re: [Musicpd-dev-team] development: master or v0.17.x

2013-06-25 Thread Max Kellermann
On 2013/06/25 16:27, jsai...@cs.brown.edu wrote: I've been poking around with adding some features to mpd. (In particular, allocating the queue dynamically, instead of statically allocating O(max_playlist_length) memory.) Are you sure this is really better? I mean, seriously? Dynamic