ptkila / cowichan

Automatically exported from code.google.com/p/cowichan
0 stars 2 forks source link

Evaluate performance concerns in thresh and winnow (large loops over potential tuples) #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In thresh and winnow, a simple loop is used to output points/threshold in
order. The performance of this could largely depend on the tuple space
implementation; while LinuxTuples seemed to have no problems with it, it
was the original thing that hit the TCP connection limit, so be careful.

Original issue reported on code.google.com by sastraxi@gmail.com on 14 Aug 2009 at 11:42