firstdecan wrote: »Sort routines are difficult to incorporate into any code. This isn't the kind of thing that's taught in a first year programming curriculum.
firstdecan wrote: »Sort routines are difficult to incorporate into any code. This isn't the kind of thing that's taught in a first year programming curriculum.
We did sorting algorithms in Programming 250 and 260 when I was in college. I took them Freshmen year. It's not that difficult.
firstdecan wrote: »Sort routines are difficult to incorporate into any code. This isn't the kind of thing that's taught in a first year programming curriculum.
MisterJimothy wrote: »firstdecan wrote: »Sort routines are difficult to incorporate into any code. This isn't the kind of thing that's taught in a first year programming curriculum.
We did sorting algorithms in Programming 250 and 260 when I was in college. I took them Freshmen year. It's not that difficult.
Sorting is easy. Sorting efficiently and not setting your database on fire... that's another story
MisterJimothy wrote: »firstdecan wrote: »Sort routines are difficult to incorporate into any code. This isn't the kind of thing that's taught in a first year programming curriculum.
We did sorting algorithms in Programming 250 and 260 when I was in college. I took them Freshmen year. It's not that difficult.
Sorting is easy. Sorting efficiently and not setting your database on fire... that's another story
Even the efficiency isn't that hard. I think we did sorting efficiency in my Data Structures and Algorithmic Analysis class my junior year? Database efficiency basically came down to "use indices" as well.
Though I can't deny we are having some DB performance issues at work as I speak, it's almost entirely unrelated to sorting.
Spending an hour everyday reorganizing the guild bank through my already full one is so painfully tedious, please consider integrating an auto sort function my dungeon crew will thank you
MisterJimothy wrote: »MisterJimothy wrote: »firstdecan wrote: »Sort routines are difficult to incorporate into any code. This isn't the kind of thing that's taught in a first year programming curriculum.
We did sorting algorithms in Programming 250 and 260 when I was in college. I took them Freshmen year. It's not that difficult.
Sorting is easy. Sorting efficiently and not setting your database on fire... that's another story
Even the efficiency isn't that hard. I think we did sorting efficiency in my Data Structures and Algorithmic Analysis class my junior year? Database efficiency basically came down to "use indices" as well.
Though I can't deny we are having some DB performance issues at work as I speak, it's almost entirely unrelated to sorting.
We are having them as well. The poor DBAs are chained to their desks at the moment.
I would be absolutely fascinated to just get a glimpse of the background databases that run itemization in this game (or any MMO, for that matter). Especially the guild banks, the poor things. Everytime I open one I can almost hear the server whine.