As a side note: for this appendix, we've got lots more stuff coming down the pipe regarding distributed / HDFS-backed matrices too, which is going to be pretty critical to be covered in this appendix (see latest patches for MAHOUT-180).
On Thu, Feb 11, 2010 at 9:10 AM, Sean Owen <sro...@gmail.com> wrote: > I'm writing up an appendix on Vector and Matrix. In the course of > this, I noticed a big problem with VectorWrtiable. It is pretty > glaringly un-thread-safe. It caches, in a static member, the class of > the vector to be read. The read method is not synchronized. Oops. > >