This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
Issues
5aa8579fae
dust
/
bench
/
addictive_addition
/
addictive_addition.ds
6 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Optimization experiments
2024-12-04 05:04:56 +00:00
let mut i = 0
Write docs; Flesh out the benchmarks; Clean up
2024-12-10 13:04:47 +00:00
while i < 5_000_000 {
Optimization experiments
2024-12-04 05:04:56 +00:00
i += 1
}
Copy Permalink