mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
Update README.md
This commit is contained in:
parent
1363d78fe5
commit
a360ea9371
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ varieties:
|
|||
- **Inputs**: the base inputs to your system. You can change these
|
||||
whenever you like.
|
||||
- **Functions**: pure functions (no side effects) that transform your
|
||||
inputs into other values. The results of queries is memoized to
|
||||
inputs into other values. The results of queries are memoized to
|
||||
avoid recomputing them a lot. When you make changes to the inputs,
|
||||
we'll figure out (fairly intelligently) when we can re-use these
|
||||
memoized values and when we have to recompute them.
|
||||
|
|
Loading…
Reference in a new issue