how fast is fast

FYI -- I wonder how fast other people's implementations are running.  My
homebrew effort is running around 10,000 assertions per second on JDK 1.3,
on a PII 450.  That's additions of statements.  It's fairly nicely optimized
for doing lookups as well.  I use an ordered tree structure rather than a
hash.

My SQL-oriented efforts are running around 50 assertions per second, or so,
once again in Java (pure Java DB).

Ross Judson
Managed Objects
7925 Westpark Drive
McLean, VA  22102
Phone: 703.208.3330 x226
Fax: 703.208.3331
http://www.ManagedObjects.com
mailto:ross@ManagedObjects.com

Received on Friday, 18 August 2000 15:07:14 UTC