home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / editors / 2050 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!psuvax1!ward
  2. From: ward@math.psu.edu (Brian Ward)
  3. Newsgroups: comp.editors
  4. Subject: Re: Why I love VI
  5. Message-ID: <BtBBrL.LI7@cs.psu.edu>
  6. Date: 21 Aug 92 02:47:44 GMT
  7. References: <sjreeves.920819174130@fourier.ee.eng.auburn.edu> <Bt9CEw.K42@cs.psu.edu> <STI.92Aug20232719@kuuppa.cs.hut.fi>
  8. Sender: news@cs.psu.edu (Usenet)
  9. Organization: The Society for Green Traffic Lights
  10. Lines: 27
  11. Nntp-Posting-Host: lagrange.math.psu.edu
  12.  
  13. In article <STI.92Aug20232719@kuuppa.cs.hut.fi> Sami.Tikka@hut.fi writes:
  14. |>   that would probably, well, not probably, definitely, make it too slow.
  15. |
  16. |Yes it probably would but that's not all vi's fault.
  17.  
  18. (did i hint at vi being the problem?)
  19.  
  20. |But there are a lot of faster GUIs out there. [stuff] MacIntoshes have a
  21. |lean-and-mean window system too.
  22.  
  23. I tend to disagree with "lean-and-mean" being associated with a Mac, but if
  24. you want a really quick windowing system, try out the Amiga's. It's fast,
  25. but... not very portable or networkable.
  26.  
  27. I have a cute little windowing system for my MassComp 5450 sitting around
  28. here somewhere. It's not very featureful, but it's pretty fast.
  29.  
  30. |Why is X so big and slow?!?!?
  31.  
  32. bitmaps, for one. X is bitmap based. but remember - X has to be portable
  33. and networkable. But wait, it gets better :) A minimally-written X server
  34. would be the slowest, because it would not know much about the framebuffer
  35. that it is using. On Suns, for example, there is a tremendous difference
  36. between the R4 and R5 servers on machines with a GX board, because the
  37. server in R5 actually uses some of the GX's prime features.
  38.  
  39. but that's not the only reason X is so big. and slow.
  40.