+1 to upgrade, addTo did not exist when clustering was written. Should
be pretty easy to upgrade it though.
Robin Anil wrote:
ah! Its not being used anywhere :). Should we make that a big task before
0.3 ? Sweep through code(mainly clustering) and change all these things.
Robin
On Fri, Feb 19, 2010 at 2:36 AM, Sean Owen <sro...@gmail.com> wrote:
Isn't this basically what assign() is for?
On Thu, Feb 18, 2010 at 9:04 PM, Robin Anil <robin.a...@gmail.com> wrote:
Now the big perf bottle neck is immutability
Say for plus its doing vector.clone() before doing anything else.
There should be both immutable and mutable plus functions