On 1 Oct 2007, Juliusz Chroboczek told this: > > Yes. Which brings to mind -- facilities[] should be a table of atoms > rather than a list of strings. (Atom comparison is a simple pointer > comparison, no need to strcmp -- and you think you're the one > micro-optimising.)
Good idea. (I use this technique in lots of programs, most of which don't have an atom facility, so I didn't think of it.) I'll reimplement it that way tomorrow evening: a bit tired now. >> (Using goto to make code clearer, the mind boggles. :) ) > > $ grep -w goto *.c | wc -l > 283 You are a low-level systems hacker and I claim my five kernel schedulers and a font rendering engine ;) -- `Some people don't think performance issues are "real bugs", and I think such people shouldn't be allowed to program.' --- Linus Torvalds ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Polipo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/polipo-users
