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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ruby-protobuf
/
protobuf
Public
Notifications
You must be signed in to change notification settings
Fork
98
Star
469
Code
Issues
39
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Abrandoned/decoding setters without copy
- #297
#297
Open
abrandoned
wants to merge 7 commits into
master
ruby-protobuf/protobuf:master
from
abrandoned/decoding_setters_without_copy
ruby-protobuf/protobuf:abrandoned/decoding_setters_without_copy
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
Abrandoned/decoding setters without copy
#297
abrandoned
wants to merge 7 commits into
master
ruby-protobuf/protobuf:master
from
abrandoned/decoding_setters_without_copy
ruby-protobuf/protobuf:abrandoned/decoding_setters_without_copy
Copy head branch name to clipboard
Commits
Commits on Feb 8, 2016
add a set of decoding setters for each type that removes the extra copy and starts adding setters by tag so we do not need the get_field lookup when we have a tag
abrandoned
committed
22909fb
View commit details
Copy full SHA for 22909fb
Browse repository at this point
account for varint types that nee to run through decode and check if field is Integer in enum before going through coerce! routine
abrandoned
committed
7637d60
View commit details
Copy full SHA for 7637d60
Browse repository at this point
do not need to go through field to get the field.name when running the setter
abrandoned
committed
e06f642
View commit details
Copy full SHA for e06f642
Browse repository at this point
take out nonzero and rewrite VarintPure and use GraphProfile for Jruby
abrandoned
committed
d096a27
View commit details
Copy full SHA for d096a27
Browse repository at this point
Merge branch 'master' into abrandoned/decoding_setters_without_copy
abrandoned
committed
0a9bfbb
View commit details
Copy full SHA for 0a9bfbb
Browse repository at this point
Commits on Feb 9, 2016
cache type_class when used and make sure we set a valid enum on setter decode
abrandoned
committed
481e730
View commit details
Copy full SHA for 481e730
Browse repository at this point
remove the name setter for decode as tag is only one needed
abrandoned
committed
476844f
View commit details
Copy full SHA for 476844f
Browse repository at this point
You can’t perform that action at this time.