On 06/10/2010 02:29 AM, Adam Greenhalgh wrote: > I've often wondered whether this would be any good ? > > http://cxx.uclibc.org/index.html
Might be interesting to see if xorp compiled against it. Another possibility would be to change all of our 'string' class instances to 'xstring', and provide our own non-templated string class. On another project I worked on some years ago this was a big binary space win (but, this was on a mips platform, so who knows if modern stuff has the same penalty/gain). If someone wants to go through and replace 'string' with 'xstring', typdef string to xstring, and send me the patch, I'll drop in my own string class and see how it goes. Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
