This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
Issues
1c3c30ac21
dust
/
bench
/
assets
/
count_to_one_million.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
Add bench script; Remove bench data
2024-12-04 05:29:04 +00:00
while i < 1_000_000 {
Optimization experiments
2024-12-04 05:04:56 +00:00
i += 1
}
Copy Permalink