Path: utzoo!attcan!uunet!lll-winken!ames!ucsd!orion.cf.uci.edu!oberon!nunki.usc.edu!jeenglis From: jeenglis@nunki.usc.edu (Joe English) Newsgroups: comp.lang.c Subject: Re: BIT Counting: C programming problem Message-ID: <2481@nunki.usc.edu> Date: 27 Jan 89 03:21:41 GMT References: <8398@dasys1.UUCP> <1238@goofy.megatest.UUCP> Reply-To: jeenglis@nunki.usc.edu (Joe English) Organization: University of Southern California, Los Angeles, CA Lines: 38 djones@megatest.UUCP (Dave Jones) writes: , by ejablow@dasys1.UUCP (Eric Robert Jablow): <> In article <35329@think.UUCP> barmar@kulla.think.com.UUCP (Barry Margolin) writes: <>>I haven't seen anyone so far suggest the far end of the time/space <>>trade-off: have a 64K table, with each element N containing the number <>>of bits in N <> That is a ridiculous idea. For microscopic savings in speed, you <> waste 63K of space.