Hi, looking at the source code I see that java.util.Vector is used in many places.
As java.util.ArrayList is considerably faster than Vector (e.g. see these tests: http://verify.stanford.edu/uli/java_cpp.html), I'm wondering, if I should try to rewrite the source to use ArrayList instead of Vector and do some performance tests against the Vector version. Best regards, Elmar -- Elmar Fasel <[EMAIL PROTECTED]>
