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
Accelerator
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
.
Basekick-Labs
/
msgpack
Public
forked from
vmihailenco/msgpack
Notifications
You must be signed in to change notification settings
Fork
0
Star
9
Code
Issues
17
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: Basekick-Labs/msgpack
Actions
All workflows
Workflows
Dependency Graph
Dependency Graph
Go
Go
Lint Commit Messages
Lint Commit Messages
Releases
Releases
Show more workflows...
Management
Caches
Lint Commit Messages
Lint Commit Messages
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
commitlint.yml
will be ignored since log searching is not yet available
21 workflow runs
21 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
perf: reuse caller-supplied destination map in map[string]interface{} decode
Lint Commit Messages
#21:
Pull request
#77
opened by
xe-nvdk
27s
perf/map-dest-reuse
perf/map-dest-reuse
27s
View #77
View workflow file
fix: clamp DecodeUntypedMap allocation at maxMapSize
Lint Commit Messages
#20:
Pull request
#76
opened by
xe-nvdk
17s
fix/untyped-map-alloc-limit
fix/untyped-map-alloc-limit
17s
View #76
View workflow file
fix: enforce alloc limit in bytes decode; perf: exact-capacity readNGrow growth (#63)
Lint Commit Messages
#19:
Pull request
#75
opened by
xe-nvdk
15s
fix/bytes-alloc-limit
fix/bytes-alloc-limit
15s
View #75
View workflow file
perf: configurable pool buffer retention limit via SetPoolBufferLimit
Lint Commit Messages
#18:
Pull request
#74
opened by
xe-nvdk
24s
perf/pool-buffer-limit
perf/pool-buffer-limit
24s
View #74
View workflow file
perf: expand Encode() type switch with more common types
Lint Commit Messages
#17:
Pull request
#73
opened by
xe-nvdk
22s
perf/encode-type-switch
perf/encode-type-switch
22s
View #73
View workflow file
chore: lower go.mod directive from 1.26 to 1.25 (closes #70)
Lint Commit Messages
#16:
Pull request
#71
opened by
xe-nvdk
21s
fix/go-mod-1.25
fix/go-mod-1.25
21s
View #71
View workflow file
perf: hoist newValue allocations out of typed map decode loop (#65)
Lint Commit Messages
#15:
Pull request
#69
opened by
xe-nvdk
19s
perf/typed-map-newvalue-hoist
perf/typed-map-newvalue-hoist
19s
View #69
View workflow file
perf: pool and pre-allocate interned-string dict (#66)
Lint Commit Messages
#14:
Pull request
#68
opened by
xe-nvdk
18s
perf/intern-dict-pool
perf/intern-dict-pool
18s
View #68
View workflow file
perf: bsr fast paths for readCode/PeekCode + pool OmitEmpty slices
Lint Commit Messages
#13:
Pull request
#67
synchronize by
xe-nvdk
20s
perf/bsr-fastpaths-omitempty-pool
perf/bsr-fastpaths-omitempty-pool
20s
View #67
View workflow file
perf: bsr fast paths for readCode/PeekCode + pool OmitEmpty slices
Lint Commit Messages
#12:
Pull request
#67
opened by
xe-nvdk
21s
perf/bsr-fastpaths-omitempty-pool
perf/bsr-fastpaths-omitempty-pool
21s
View #67
View workflow file
perf(decode): inline hasNilCode for byte-slice reader
Lint Commit Messages
#11:
Pull request
#56
opened by
xe-nvdk
22s
perf/hasnilcode-inline
perf/hasnilcode-inline
22s
View #56
View workflow file
perf(decode): pool rec buffer in unmarshalValue
Lint Commit Messages
#10:
Pull request
#55
opened by
xe-nvdk
18s
perf/unmarshal-rec-buffer
perf/unmarshal-rec-buffer
18s
View #55
View workflow file
perf(encode): pool sorted map key slices
Lint Commit Messages
#9:
Pull request
#54
opened by
xe-nvdk
14s
perf/sorted-map-pool-keys
perf/sorted-map-pool-keys
14s
View #54
View workflow file
perf(decode): replace goroutine-per-type value pool with sync.Pool
Lint Commit Messages
#8:
Pull request
#53
opened by
xe-nvdk
20s
perf/sync-pool-cached-values
perf/sync-pool-cached-values
20s
View #53
View workflow file
perf(encode): add map[string]string fast path in Encode() type switch
Lint Commit Messages
#7:
Pull request
#52
opened by
xe-nvdk
25s
perf/encode-fastpaths
perf/encode-fastpaths
25s
View #52
View workflow file
perf(encode,decode): skip reflect.Convert for exact map/slice types
Lint Commit Messages
#6:
Pull request
#51
opened by
xe-nvdk
17s
perf/map-encode-skip-convert
perf/map-encode-skip-convert
17s
View #51
View workflow file
perf(encode): cache isZeroer check to skip interface boxing
Lint Commit Messages
#5:
Pull request
#50
opened by
xe-nvdk
17s
perf/isempty-cache-iszeroer
perf/isempty-cache-iszeroer
17s
View #50
View workflow file
perf(encode): skip OmitEmpty slice allocation when no fields omitted
Lint Commit Messages
#4:
Pull request
#49
opened by
xe-nvdk
15s
perf/omitempty-two-pass
perf/omitempty-two-pass
15s
View #49
View workflow file
perf(encode): add MarshalAppend for zero-alloc buffer reuse
Lint Commit Messages
#3:
Pull request
#48
opened by
xe-nvdk
20s
perf/marshal-append
perf/marshal-append
20s
View #48
View workflow file
fix(decode): choose TextUnmarshaler over BinaryUnmarshaler for str format (#10)
Lint Commit Messages
#2:
Pull request
#46
synchronize by
xe-nvdk
19s
fix/text-unmarshaler-str-format
fix/text-unmarshaler-str-format
19s
View #46
View workflow file
fix(ci): prevent race test OOM and fix cross-platform check (#33)
Lint Commit Messages
#1:
Pull request
#47
opened by
xe-nvdk
21s
fix/ci-race-test-limits
fix/ci-race-test-limits
21s
View #47
View workflow file
You can’t perform that action at this time.