Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to migrate VFP prog to C/S ?
Message
From
24/03/1998 16:44:10
 
 
To
19/03/1998 03:36:34
Emmanuel Huybrechts
Technimeca International Corp.
Montréal, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00085402
Message ID:
00086831
Views:
38
>With a binary search, there will be approximatively 27 search = 27 network access of 10 bytes = 270 bytes !!

Fox will be even more efficient. Fox uses b-trees, not binary trees. B-trees have multiple values per node and are self-balancing. Simple binary trees have one value per node and are not self-balancing (the worst case is when you add presorted data - you end up with a singly linked list).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform