On 21/02/11 18:06, Greg Ercolano wrote: > Slightly OT, but I just wanna say: > what the hell is up with these new mac minis, they kick ass. > > I've never seen any machine build FLTK so frigging fast. > > I did a 'make clean; make' (a clean build of all of fltk) > and time(1) clocked it at 11.2 seconds. > > It builds the entire lib and fluid in 3 seconds..?! > I've seen cat(1) take longer. > > I guess the disk cache has a lot to do with this; > the first build is a little slower, but still amazingly fast, > rebuilds go super fast. > > It's hard to believe it actually building the lib, and not just > echoing compiler commands.
How many cores do these things have? You never know, you might shave a few seconds more off by doing a "make -j3" or similar to keep all the cores active, if the disk access is fast enough... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

