Age | Commit message (Expand) | Author |
---|---|---|
2013-10-20 | Reduce branching on empty matrix elements as well. | Kohei Yoshida |
2013-10-20 | Reduce branching in CompareMatrix(). This makes a big difference. | Kohei Yoshida |
2013-10-20 | Pass cells to CompareFunc, rather than the whole Compare struct. | Kohei Yoshida |
2013-10-20 | Store SharedString in Compare::Cell. | Kohei Yoshida |
2013-10-20 | Better way to organize 2 compared cell values. | Kohei Yoshida |
2013-10-19 | Generate boolean comparison result array in one step. | Kohei Yoshida |
2013-10-18 | Reduce the number of arguments. The first argument can go now. | Kohei Yoshida |
2013-10-18 | Move the compare-matrix code to ScMatrix, for much faster execution. | Kohei Yoshida |
2013-10-18 | Initial attempt to speed up matrix comparison. | Kohei Yoshida |