From c2274968f37896f58050ff87ac255920964ca992 Mon Sep 17 00:00:00 2001 From: jan Date: Sat, 26 Mar 2016 15:38:18 -0700 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68dbab9..a0b43a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # MatMarket -Matlab MatrixMarket reader/writer \ No newline at end of file +Matlab MatrixMarket reader/writer + +Intended as a drop-in replacement for the NIST Matrix Market functions with the same names. + +These implementations fix some bugs, slightly clean up the code, and greatly improve performance when writing large sparse matrices to disk.