On Sun, Nov 10, 2002, Laurens M. Fridael wrote: > Does the order of the data records in the document affect display > performance?
Not that much. The viewer uses a binary search (a O(log n) algorithm) to find the correct record, so it will not access that many records in the Plucker document to find the correct one. /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
