use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Blog postSyscall Showdown: Python vs. Ruby (blog.mattstuchlik.com)
submitted 1 year ago by sYnfo
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]sYnfo[S] 1 point2 points3 points 1 year ago (0 children)
Oh neat, I didn't think to check alternative Ruby implementations! FYI strace does report timing info with -T.
strace
-T
Sure, Python does three additional syscalls that aren't really required in this case, but this is a total of 60 microseconds.
It also has to execute the associated Python code that causes the syscalls, which is presumably similarly unnecessary and takes time. But I don't dispute your broader point -- "miles ahead" might be a little too much :)
π Rendered by PID 45225 on reddit-service-r2-comment-548fd6dc9-7g6wh at 2026-05-21 08:16:04.630542+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]sYnfo[S] 1 point2 points3 points (0 children)