home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lang / awk / 30 < prev    next >
Encoding:
Text File  |  1993-01-28  |  887 b   |  28 lines

  1. Newsgroups: alt.lang.awk
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!fstop.csc.ti.com!loge!males
  3. From: males@wotangate.sc.ti.com (Mike Ales)
  4. Subject: Re: Histogrammer?
  5. Message-ID: <1993Jan28.221236.28016@csc.ti.com>
  6. Sender: usenet@csc.ti.com
  7. Nntp-Posting-Host: 192.91.134.5
  8. Reply-To: males@wotangate.sc.ti.com
  9. Organization: Texas Instruments Inc.
  10. References: <dfrankow.728249852@myria>
  11. Date: Thu, 28 Jan 1993 22:12:36 GMT
  12. Lines: 14
  13.  
  14.  I recently wrote a Histogrammer also. The way I got around part
  15.  of the speed problem was to use "sort" to create the input file
  16.  for awk to do the histogram. It is somewhat faster.
  17.  
  18.  If anyone wants the source files without warranty. Drop me a
  19.  line and I will email them to you.
  20.  
  21. Regards, Mike Ales
  22. email : males@wotangate.sc.ti.com   
  23.  
  24. As usual these are my own opinions and TI generally disagrees with them.
  25.  
  26.  
  27.  
  28.