Use unchecked-inc-int for performance example
This commit is contained in:
parent
95ff261189
commit
6c999861ad
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,7 @@ floats, the following code might be used.
|
||||||
(recur (conj! floats (mem/read-float floats-slice
|
(recur (conj! floats (mem/read-float floats-slice
|
||||||
(unchecked-multiply-int index float-size)
|
(unchecked-multiply-int index float-size)
|
||||||
mem/big-endian))
|
mem/big-endian))
|
||||||
(inc index))))]
|
(unchecked-inc-int index))))]
|
||||||
(release-floats floats-addr)
|
(release-floats floats-addr)
|
||||||
ret))))
|
ret))))
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue