We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd78f5 commit bd77dc0Copy full SHA for bd77dc0
src/salsa.md
@@ -9,8 +9,8 @@ This chapter is based on the explanation given by Niko Matsakis in this
9
10
## What is Salsa?
11
12
-Salsa is a library for incremental recomputation, this means reusing
13
-computation that has already been done in the past to increase the efficiency
+Salsa is a library for incremental recomputation. This means it allows reusing
+computations that were already done in the past to increase the efficiency
14
of future computations.
15
16
The objectives of Salsa are:
0 commit comments