Thread: Skip List
View Single Post
Old 09-30-2002, 01:12 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

The more skiplist items you have the more of a performance hit you will encounter. There is no set limit to the number of items you can have. I would not recommend a skiplist of 10k items.

You'll want to make sure the option "Display skip items in <color>" is disabled as this requires immediate pattern matching on the file listing. Rather then on transfer.

An ideal skiplist would be less than 100 items as far as performance goes.
bigstar is offline