From: David B. <dp...@hp...> - 2005-09-19 20:31:57
|
Hi, Thanks for the great product. Obviously a lot of great effort has gone into this module. I noticed a perf bottleneck in one of the methods when doing a profile of my code. I have attched the patch. Basically, there was an uncessary eval/etc going on in the case where we were not in an init_and_watch situation. Since this method tends to be called a lot, it added up into a lot of cumulative seconds (during initialization). -- David Britton |