9fans archive / 2006 / 09 / 299    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: Axel Belinfante <Axel.Belinfante@cs.utwente.nl> Subject: awk: hex numbers? (and leak(1)) Date: Fri, 22 Sep 2006 00:41:22 +0200 thanks all who helped. I fiddled a bit more with my leak (updated my sources contrib). it helped me get more insight in programs memory usage. as a sidenote: one thing i learned is that using lib9p with filetrees when having 'lots' of files 'lots' of strings get stored (partly (largely?) duplicated) due to the estrdup9p in createfile (for uid, guid, muid, and name). (I think for 25000 files this 'cost' 2 Mb or so) would sharing those strings be an option? (or just make things more complicated?) (in this case I rewrote my code to no longer use filetrees - as suggested in 9p(2) - my file hierarchy was very regular indeed) Axel.