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.