Skip to content

Commit

Permalink
Merge pull request #312 from willow-ahrens/willow-ahrens-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
willow-ahrens authored Nov 2, 2023
2 parents a6b2e80 + ac89927 commit 1b0539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
|:---------------------------------------------:|:-------------------------------------:|:---------------------:|
| [![][docs_ico]][docs] [![][ddocs_ico]][ddocs] | [![][ci_ico]][ci] [![][cov_ico]][cov] | [![][example_ico]][example] |

Finch is a cutting-edge Julia-to-Julia compiler specially designed for optimizing loop nests over sparse or structured multidimensional arrays. Finch empowers users to write conventional `for` loops which the compiler transforms behind-the-scenes into their sparse counterparts.
Finch is a cutting-edge Julia-to-Julia compiler specially designed for optimizing loop nests over sparse or structured multidimensional arrays. Finch empowers users to write conventional `for` loops which are transformed behind-the-scenes into their sparse counterparts.

## Key Features

Expand Down

0 comments on commit 1b0539c

Please sign in to comment.