Skip to content

Commit 8fb8f0e

Browse files
authored
Update README.md
1 parent 6cf919a commit 8fb8f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# CSRGraphs
55

6-
This library aims to provide fast and memory efficient operations for large read-only graphs.
6+
Fast and memory efficient library for large read-only graphs.
77

88
By exploiting [CSR Sparse matrices](https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_row_(CSR,_CRS_or_Yale_format)), we can efficiently pack and traverse graphs in memory (as long as we don't add/delete nodes often).
99

0 commit comments

Comments
 (0)