Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
folkcode
/
fast-ruby
Public
forked from
thanhcuong1990/fast-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
fast-ruby
code
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 2, 2015
return nil from assignment benchmarks
Charlie Somerville
committed
eb84297
View commit details
Copy full SHA for eb84297
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
Add Range#cover? versus Range#include? example
JuanitoFatas
committed
dbd4147
View commit details
Copy full SHA for dbd4147
View code at this point
Browse repository at this point
Commits on Jul 10, 2015
Add String#sub! vs String#gub! vs String#[]=
Show description for e97f913
sshaw
authored and
JuanitoFatas
committed
e97f913
View commit details
Copy full SHA for e97f913
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Add normal way to apply method to block element versus &method(...)
JuanitoFatas
committed
cf64ab7
View commit details
Copy full SHA for cf64ab7
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
Add Hash#[] versus Hash.fetch with Symbol and String as keys
JuanitoFatas
committed
da3e53c
View commit details
Copy full SHA for da3e53c
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Fix indentation
JuanitoFatas
committed
e23c495
View commit details
Copy full SHA for e23c495
View code at this point
Browse repository at this point
Tiny fixes for #40
Show description for 7708a6c
JuanitoFatas
committed
7708a6c
View commit details
Copy full SHA for 7708a6c
View code at this point
Browse repository at this point
Add benchmark for method invocations
leosaullv
authored and
JuanitoFatas
committed
47dcf13
View commit details
Copy full SHA for 47dcf13
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Use a common example for hash fetch.
Show description for d373fb6
JuanitoFatas
committed
d373fb6
View commit details
Copy full SHA for d373fb6
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
Add sort hash by key example.
JuanitoFatas
committed
dbbf7f4
View commit details
Copy full SHA for dbbf7f4
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
Added benchmark for array#first array#last vs index
Show description for 0184134
Victor Pereira
authored and
JuanitoFatas
committed
0184134
View commit details
Copy full SHA for 0184134
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Rerun example with Ruby 2.2.0-p0.
JuanitoFatas
committed
f829ded
View commit details
Copy full SHA for f829ded
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
select.last vs reverse.detect
DamirSvrtan
committed
a12a318
View commit details
Copy full SHA for a12a318
View code at this point
Browse repository at this point
Fash method comes first for better reading.
JuanitoFatas
committed
3ada125
View commit details
Copy full SHA for 3ada125
View code at this point
Browse repository at this point
[Hash] Add example on Hash#dup vs Hash#[].
JuanitoFatas
committed
d960cf0
View commit details
Copy full SHA for d960cf0
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Attr accessor example.
DamirSvrtan
committed
489945b
View commit details
Copy full SHA for 489945b
View code at this point
Browse repository at this point
Commits on Jan 17, 2015
Update README with Ruby 2.2-p0.
JuanitoFatas
committed
2ce811b
View commit details
Copy full SHA for 2ce811b
View code at this point
Browse repository at this point
Rename define_method code example.
JuanitoFatas
committed
5196334
View commit details
Copy full SHA for 5196334
View code at this point
Browse repository at this point
Add Array#bsearch vs Array#find.
JuanitoFatas
committed
48ea9e2
View commit details
Copy full SHA for 48ea9e2
View code at this point
Browse repository at this point
Merge pull request #14 from majjoha/each-vs-for-loop
Show description for 0def49b
JuanitoFatas
committed
0def49b
View commit details
Copy full SHA for 0def49b
View code at this point
Browse repository at this point
Add benchmark for #each vs. for loop.
majjoha
committed
309e4ac
View commit details
Copy full SHA for 309e4ac
View code at this point
Browse repository at this point
Add benchmark for #count vs. #size.
majjoha
committed
50f802d
View commit details
Copy full SHA for 50f802d
View code at this point
Browse repository at this point
Commits on Jan 4, 2015
Fix define_method test case.
Show description for 7c7eb67
nmeylan
committed
7c7eb67
View commit details
Copy full SHA for 7c7eb67
View code at this point
Browse repository at this point
Added benchmark for select the first element matching in
Show description for 87ff8f5
nmeylan
committed
87ff8f5
View commit details
Copy full SHA for 87ff8f5
View code at this point
Browse repository at this point
Commits on Nov 28, 2014
Added benchmark for define method and class eval
novokshonovi
committed
afbcb72
View commit details
Copy full SHA for afbcb72
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
correct flat map example
Show description for 46f7d6d
ShPakvel
committed
46f7d6d
View commit details
Copy full SHA for 46f7d6d
View code at this point
Browse repository at this point
Commits on Oct 22, 2014
Use to_proc in sort vs sort_by.
JuanitoFatas
committed
b5ea35c
View commit details
Copy full SHA for b5ea35c
View code at this point
Browse repository at this point
Lines up casecmp downcase example.
JuanitoFatas
committed
bace9cd
View commit details
Copy full SHA for bace9cd
View code at this point
Browse repository at this point
Fix test names
sshaw
committed
730c274
View commit details
Copy full SHA for 730c274
View code at this point
Browse repository at this point
Add sort vs sort by
sshaw
committed
3eb50a2
View commit details
Copy full SHA for 3eb50a2
View code at this point
Browse repository at this point
Add casecmp vs downcase & ==
sshaw
committed
9d0415d
View commit details
Copy full SHA for 9d0415d
View code at this point
Browse repository at this point
Commits on Oct 20, 2014
lines up code snippet.
JuanitoFatas
committed
dffc05a
View commit details
Copy full SHA for dffc05a
View code at this point
Browse repository at this point
Commits on Oct 19, 2014
match vs (strat/end)_with?
Igor Kapkov
committed
02c9b2b
View commit details
Copy full SHA for 02c9b2b
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
Update each push vs map benchmark and example code.
JuanitoFatas
committed
a930abf
View commit details
Copy full SHA for a930abf
View code at this point
Browse repository at this point
Add [Enumerable] `each + push` vs `map`
y-takey
committed
5ecbea7
View commit details
Copy full SHA for 5ecbea7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.