Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: byte frequencies

From: jeff:rebol at: 6-Jul-2001 12:08

> > If you assume that NULL chars in your files are > > infrequent you can just use a 1-based index. > > > > It is not an option simply to ignore some character values.
Unless they're not in your data set (log files). Or if you're considering the amortized case. :-) -jeff