On Wed, Jan 14, 2009 at 10:26:46PM +0000, Philip Herron wrote: > Okies i just found what i think i am looking on in mysys/my_list.h so yeah > is it the goal to keep the same class and methods (to avoid going through > everything again) etc but just use std::vector to do all the work?
I think it'd be a great first step. The next step is to go through the code and replace the calls to my_list with the std::vector calls. Also, it would be useful to benchmark the before and after to check that we're not going to get killed on performance anywhere. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

