FastROCS TK 0.2.0¶
- Added example of a XML RPC client written in Java. (See the javaclient directory.) 
- Added example program for doing shape clustering. (See karma.py) 
- Refactored benchmarking scripts into the benchmarks directory. - Added benchmarks for database size and random access patterns. 
 
- Improved database load time of ShapeDatabaseServer.py by multithreading - It is now thread safe to use OEShapeDatabase::AddMol from multiple threads. Note, it is not thread safe to call Get(Sorted)Scores while calling AddMol. Let me know if this is desired.