You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon" <ed...@apache.org> on 2009/03/30 11:39:11 UTC

Linked vector?

At this time, We stores each entry of matrix to one cell. so It makes
a lot of columns. I guess It would be nice If we store the sub-vector
to one cell and column:pointer as a linked list.

What do you think?
-- 
Best Regards, Edward J. Yoon
edwardyoon@apache.org
http://blog.udanax.org

Re: Linked vector?

Posted by "Edward J. Yoon" <ed...@apache.org>.
If you have some doubts about it, pls let me know. I'll benchmark it.

On Mon, Mar 30, 2009 at 6:39 PM, Edward J. Yoon <ed...@apache.org> wrote:
> At this time, We stores each entry of matrix to one cell. so It makes
> a lot of columns. I guess It would be nice If we store the sub-vector
> to one cell and column:pointer as a linked list.
>
> What do you think?
> --
> Best Regards, Edward J. Yoon
> edwardyoon@apache.org
> http://blog.udanax.org
>



-- 
Best Regards, Edward J. Yoon
edwardyoon@apache.org
http://blog.udanax.org