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 }}
rubythonode
/
fast-ruby
Public
forked from
fastruby/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 May 5, 2016
Merge pull request #108 from lvl0nax/string_concatenation
Show description for cec53a2
Arcovion
committed
cec53a2
View commit details
Copy full SHA for cec53a2
View code at this point
Browse repository at this point
added string interpolation
lvl0nax
committed
7d62492
View commit details
Copy full SHA for 7d62492
View code at this point
Browse repository at this point
Commits on Apr 30, 2016
added the fastest method to create a changed copy of a string.
lvl0nax
committed
9d6c54c
View commit details
Copy full SHA for 9d6c54c
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
little fix for the hash merge comparison
lvl0nax
committed
864ed54
View commit details
Copy full SHA for 864ed54
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
compare inject symbol vs block
kbrock
committed
17e494b
View commit details
Copy full SHA for 17e494b
View code at this point
Browse repository at this point
Commits on Dec 28, 2015
sub-vs-chomp must use \z instead of $
Show description for aff7aba
bquorning
committed
aff7aba
View commit details
Copy full SHA for aff7aba
View code at this point
Browse repository at this point
Commits on Dec 26, 2015
array insert vs unshift
georgismitev
committed
f7a5e94
View commit details
Copy full SHA for f7a5e94
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
Apply @ixti's reviews
Show description for 53aa5e7
JuanitoFatas
committed
53aa5e7
View commit details
Copy full SHA for 53aa5e7
View code at this point
Browse repository at this point
Clarify Proc.call vs yield, add explanation
Show description for fb190b5
nateberkopec
authored and
JuanitoFatas
committed
fb190b5
View commit details
Copy full SHA for fb190b5
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Add examples for Hash vs OpenStruct
Show description for 21540c1
ablignaut
authored and
JuanitoFatas
committed
21540c1
View commit details
Copy full SHA for 21540c1
View code at this point
Browse repository at this point
Compare kernel loop and while loop
Show description for 39534a4
TheSmartnik
authored and
JuanitoFatas
committed
39534a4
View commit details
Copy full SHA for 39534a4
View code at this point
Browse repository at this point
Add Regexp#=== to match and =~ comparison
Show description for 69c1ed1
JuanitoFatas
committed
69c1ed1
View commit details
Copy full SHA for 69c1ed1
View code at this point
Browse repository at this point
Add raise vs E2MM
Show description for 414f86f
sshaw
authored and
JuanitoFatas
committed
414f86f
View commit details
Copy full SHA for 414f86f
View code at this point
Browse repository at this point
Merge pull request #47 from bquorning/sub-vs-chomp
Show description for d64e875
JuanitoFatas
committed
d64e875
View commit details
Copy full SHA for d64e875
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Merge pull request #68 from schmurfy/patch-1
Show description for a55d178
JuanitoFatas
committed
a55d178
View commit details
Copy full SHA for a55d178
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
yield vs block.call misleading
Show description for 5cf5e0f
schmurfy
committed
5cf5e0f
View commit details
Copy full SHA for 5cf5e0f
View code at this point
Browse repository at this point
Commits on Oct 4, 2015
Merge pull request #75 from vadviktor/vadviktor-patch-range_idea
Show description for 1a991b9
JuanitoFatas
committed
1a991b9
View commit details
Copy full SHA for 1a991b9
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Add Function with single Array argument vs splat arguments example
jperville
committed
28ecc97
View commit details
Copy full SHA for 28ecc97
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
extended Range#include example with alternatives
vadviktor
committed
c73f883
View commit details
Copy full SHA for c73f883
View code at this point
Browse repository at this point
Commits on Aug 22, 2015
Update each_with_index vs while loop example.
JuanitoFatas
committed
2ab2c75
View commit details
Copy full SHA for 2ab2c75
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Fix return on each with index vs while loop
michaelachrisco
committed
973e232
View commit details
Copy full SHA for 973e232
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Make Enumerable#sort versus Enumerable#sort_by example fair
JuanitoFatas
committed
e20d448
View commit details
Copy full SHA for e20d448
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
Fix unused variable warnings (Fix #36)
yous
committed
c543f8f
View commit details
Copy full SHA for c543f8f
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Fast first in benchmark; Improve variable names; Link to PR
Show description for d83756f
JuanitoFatas
committed
d83756f
View commit details
Copy full SHA for d83756f
View code at this point
Browse repository at this point
Add Hash#merge({}) vs Hash#dup#merge!({}) vs {}#merge!(Hash)
bejmuller
authored and
JuanitoFatas
committed
0a6b46e
View commit details
Copy full SHA for 0a6b46e
View code at this point
Browse repository at this point
Explain the Hash#fetch example in more detail
obrok
committed
84a01ad
View commit details
Copy full SHA for 84a01ad
View code at this point
Browse repository at this point
Commits on Aug 7, 2015
name file for end of string matching correctly
Aqualon
authored and
JuanitoFatas
committed
af59a1d
View commit details
Copy full SHA for af59a1d
View code at this point
Browse repository at this point
Merge pull request #59 from schneems/schneems/string-equal-squigly
Show description for df633ee
JuanitoFatas
committed
df633ee
View commit details
Copy full SHA for df633ee
View code at this point
Browse repository at this point
[Array] Add #size for completeness in number of elements example.
Show description for a3ca904
JuanitoFatas
committed
a3ca904
View commit details
Copy full SHA for a3ca904
View code at this point
Browse repository at this point
Use Array#length instead Array#size
meinac
authored and
JuanitoFatas
committed
4590063
View commit details
Copy full SHA for 4590063
View code at this point
Browse repository at this point
Fix assignment method name
JuanitoFatas
committed
53894bf
View commit details
Copy full SHA for 53894bf
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
String#=~ faster than String#match
Show description for 076b96b
schneems
committed
076b96b
View commit details
Copy full SHA for 076b96b
View code at this point
Browse repository at this point
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 27, 2015
String#chomp can be faster than String#sub
bquorning
committed
20f3661
View commit details
Copy full SHA for 20f3661
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
Previous
Next
You can’t perform that action at this time.