home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v7 / text0068.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  835 b 

  1. From: rbj@icst-cmr.arpa (Jim Cottrell)
  2. Date: Fri, 17 Oct 86 16:57:43 EDT
  3.  
  4. > Having done a lot of case insensitive work, i've always felt that the
  5. > UNIX case sensitivity was from laziness.  If i were to be charitable,
  6. > i might go so far as to call it a shortcut.
  7.  
  8. I prefer to call it optimization. Case insensitivity must be enforced.
  9. By my count, that's at least two instructions per character, plus loop
  10. control (unless you have something like VAX's `move translated characters').
  11. That ought to negate any speedup from hashing or name translation caching.
  12.  
  13. What is lazy is people refusing to learn the difference.
  14.  
  15. [ See previous comments about argument by character assassination.  -mod ]
  16.  
  17.     (Root Boy) Jim Cottrell        <rbj@icst-cmr.arpa>
  18.     YOW!! I'm in a very clever and adorable INSANE ASYLUM!!
  19.  
  20.  
  21. Volume-Number: Volume 7, Number 69
  22.  
  23.