Login
Ben
/
Nujel
Overview
Code
Talk
CI
Settings
develop
feature/new-benchmarks
master
new-stackless
stackless
value-types
wolkenwelten
7 branches
0 tags
SSH
HTTP
Ben (X13/Arch)
Cleaned up the allocators by using more macros
83d6672
3 years ago
735 Commits
nujel
/
benchmark
/
for
/ lua.lua
Raw
text/x-lua
•
106 B
•
7 lines
#!/usr/bin/env lua ret = 0 for i = 1,(10000000-1) do ret = ret + i end print("The result is ",ret)