[Xmame] OT: Sorting algorithm for a MAME front-end

2003-07-26 Thread Pieter Hulshoff
Hello all, As every nitwit with 2 hours of programming experience needs to write his own front-end, I'm doing exactly that. I get a bit stuck with sorting the games on year/category and alphabet though. As I use double linked lists for the games, I find myself using a sorting algorithm that use

Re: [Xmame] OT: Sorting algorithm for a MAME front-end

2003-07-26 Thread Andrea Vettorello
On Sun, 2003-07-27 at 08:11, Pieter Hulshoff wrote: > Hello all, > > As every nitwit with 2 hours of programming experience needs to write his own > front-end, I'm doing exactly that. I get a bit stuck with sorting the games > on year/category and alphabet though. As I use double linked lists fo

Re: [Xmame] OT: Sorting algorithm for a MAME front-end

2003-07-26 Thread Frank Cox
On Sun, 27 Jul 2003 08:11:45 +0200 Pieter Hulshoff <[EMAIL PROTECTED]> wrote: > I'm coming up with a 10 second delay on my Athlon XP > 2000+ before my front-end starts. This is not really acceptable. You could write the sorted list to a file and read that back in each time. Just track the date/