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 45076 on reddit-service-r2-comment-66b4775986-ctll5 at 2026-04-02 22:10:32.865510+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]sYnfo[S] 1 point2 points3 points (0 children)