This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c1679bd6ff
rubyx
/
test
/
bench
/
go
/
loop.go
9 lines
75 B
Go
Raw
Normal View
History
Unescape
Escape
add go results, just cause I'm learning it
2015-11-27 18:54:43 +01:00
package
main
func
main
(
)
{
sum
:=
1
add simple loop bench fiddled with run numbers a bit recording times with noop removed results slightly worse than hoped
2019-07-31 20:18:03 +02:00
for
sum
<
1000000
{
add go results, just cause I'm learning it
2015-11-27 18:54:43 +01:00
sum
+=
1
}
}
Reference in New Issue
Copy Permalink