[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Andre Poenitz <[EMAIL PROTECTED]> writes: > | | On Thu, Oct 16, 2003 at 12:14:58PM +0200, Christian Ridderström wrote: >>> On Thu, 16 Oct 2003, Lars Gullik Bjønnes wrote: >>> >>> > I'd really like to know, how slow does a computer need to be before >>> > the buffer switch get unbearably slow. So some tests on P-III's and >>> > P-II's would be nice (slower than that I do not care too much about.) >>> >>> I've got a 300MHz laptop, and I'll test it on that. Besides just switching >>> between two buffers and giving you a subjective opinion, do you want me to >>> test it in a specific way?
This is with a P-III 1000Mhz. (lot of memory, but a laptop so the io-subsystem is really bad..) time ./src/lyx -x 'lyx-quit ;' real 0m0.853s user 0m0.460s sys 0m0.020s time ./src/lyx -x 'command-sequence file-open UserGuide.lyx ; lyx-quit ;' real 0m3.483s user 0m2.310s sys 0m0.060s Switching between two UserGuides is a bit slow, but acceptable. However on a P-III 500 (f.ex.) the switching would be really anoying. (I wouldn't think about a P-II...) Also noticed is that cursor position is lost upon switching between buffers. And this curosr pos should not be stored in the buffer. We might have to do what Alfredo says: Change to caching the whole BufferView. -- Lgb