home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / qbasic / qbtree42.zip / SPEEDCHK.DOC < prev    next >
Text File  |  1989-10-19  |  1KB  |  23 lines

  1.  
  2.         SPEEDCHK.EXE demonstrates the speed at which QBTREE operates.
  3.         It prompts you for the test drive, first.  Give it the fastest
  4.         drive you have.  If you are using a floppy-only system, create
  5.         a RAM disk if you want to see the performance it is actually
  6.         capable of doing.
  7.  
  8.         Either of two tests can be done.  The first, PutKey(), creates
  9.         the key and data file, adds a single key record combo, then
  10.         PutKey()'s the number of keys you tell it to.  This test will
  11.         indicate how quickly QBTREE will let you reindex data files.
  12.  
  13.         The second test, AddRecord(), creates the key and data file,
  14.         then AddRecord()'s the number of keys and records you tell
  15.         it to.  This test will indicate how quick QBTREE is in a
  16.         worst case condition.
  17.  
  18.         Another test that is left to the programmer is how quickly
  19.         GetNext(), GetPrev() performs.  Believe me, you'll be
  20.         amazed.  This test indicates how quickly QBTREE will perform
  21.         sequential processing.
  22.  
  23.