show compiled-update in README
This commit is contained in:
parent
31fbb0b018
commit
96c5db7a35
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ Finally, you can make `select` and `update` work much faster by precompiling you
|
||||||
(def precompiled (comp-paths ALL :a even?))
|
(def precompiled (comp-paths ALL :a even?))
|
||||||
|
|
||||||
(update [ALL :a even?] inc structure)
|
(update [ALL :a even?] inc structure)
|
||||||
(update precompiled inc structure)
|
(compiled-update precompiled inc structure)
|
||||||
```
|
```
|
||||||
|
|
||||||
Depending on the details of the selector and the data being transformed, precompiling can sometimes provide more than a 10x speedup.
|
Depending on the details of the selector and the data being transformed, precompiling can sometimes provide more than a 10x speedup.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue