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

[REBOL] Re: Rebol/View 'Key Event Problem

From: nick:guitarz at: 11-Oct-2009 22:36

Thanks Max :) It works quickly, even with large files, but can be a major resource hog. Using a text file with 112000 words, and a rate of 0, it increased my CPU usage to 50%. Setting the rate to 10 reduced CPU usage to 33%, rate 5 reduced CPU usage to around 18%, and rate 1 only used about 8% (I had a number of other windows open, which accounted for about 3% CPU usage. Thorsten, use a slower rate, if it makes sense in your app (does the update need to happen more often than once, or maybe 2-3 times per second?). Quoting Maxim Olivier-Adlhoch <moliad-gmail.com>: