This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
Issues
cdd76618cb
dust
/
bench
/
addictive_addition
/
addictive_addition.lua
6 lines
52 B
Lua
Raw
Normal View
History
Unescape
Escape
Fix a parsing bug; Add a benchmark for lua
2024-12-04 07:52:09 +00:00
local
i
=
1
Write docs; Flesh out the benchmarks; Clean up
2024-12-10 13:04:47 +00:00
while
i
<
5000000
do
Fix a parsing bug; Add a benchmark for lua
2024-12-04 07:52:09 +00:00
i
=
i
+
1
end
Copy Permalink