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
.
hexon
/
fastmsgpack
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 21, 2026
msgpackconverter: Skip DecodeOptions cloning if not needed
Show description for 935d183
Jille
committed
935d183
View commit details
Copy full SHA for 935d183
Browse repository at this point
msgpackconverter: Release some pointers before pooling
Show description for 9854a82
Jille
committed
9854a82
View commit details
Copy full SHA for 9854a82
Browse repository at this point
msgpackconverter: Bugfix accidental reuse of given bufio.Writers
Show description for cbdf6d7
Jille
committed
cbdf6d7
View commit details
Copy full SHA for cbdf6d7
Browse repository at this point
Commits on Jul 2, 2026
flavorbuilder: Bugfix when underestimating the header size
Jille
committed
6b99dbe
View commit details
Copy full SHA for 6b99dbe
Browse repository at this point
Commits on Jun 10, 2026
Add decoder.PeekRaw and update some godoc
Jille
committed
8cc5687
View commit details
Copy full SHA for 8cc5687
Browse repository at this point
Commits on Dec 31, 2025
SplitMap: Bugfix for the given dict not being used
Jille
committed
55156b9
View commit details
Copy full SHA for 55156b9
Browse repository at this point
Commits on Dec 17, 2025
decoder: Add Reset() function to allow reuse
Jille
committed
0f87e1b
View commit details
Copy full SHA for 0f87e1b
Browse repository at this point
Commits on Dec 5, 2025
debug: Check errors of printing to io.Writer
Jille
committed
1e9adce
View commit details
Copy full SHA for 1e9adce
Browse repository at this point
Use slices.Grow() instead of our own implementation
Jille
committed
6667618
View commit details
Copy full SHA for 6667618
Browse repository at this point
Commits on Oct 14, 2025
FlavorBuilder: Add CopyCase method
Show description for 18849bc
Jille
committed
18849bc
View commit details
Copy full SHA for 18849bc
Browse repository at this point
Commits on Sep 23, 2025
FlavorBuilder: Add AppendMsgpack method
Show description for 2459b67
Jille
committed
2459b67
View commit details
Copy full SHA for 2459b67
Browse repository at this point
Commits on Sep 18, 2025
encoder: Support for encoding a yet-unknown number of map/array entries
Jille
committed
0c5c6d9
View commit details
Copy full SHA for 0c5c6d9
Browse repository at this point
encoder: Expose methods for encoding specific types directly
Jille
committed
c85d8fc
View commit details
Copy full SHA for c85d8fc
Browse repository at this point
encode: Support interface { AppendMsgpack([]byte) ([]byte, error) }
Jille
committed
3919227
View commit details
Copy full SHA for 3919227
Browse repository at this point
encode: Encode nil pointers as nil
Jille
committed
638616e
View commit details
Copy full SHA for 638616e
Browse repository at this point
Commits on Aug 12, 2025
DecodeFloat{32,64} should understand fixints
Show description for 1e0fcce
Jille
committed
1e0fcce
View commit details
Copy full SHA for 1e0fcce
Browse repository at this point
Commits on Jul 25, 2025
msgpackconverter: No need to embed the entire JSONConverter
Show description for ff1af37
Jille
committed
ff1af37
View commit details
Copy full SHA for ff1af37
Browse repository at this point
msgpackconverter: Reduce allocations with sync.Pool
Show description for 01d3b8a
Jille
committed
01d3b8a
View commit details
Copy full SHA for 01d3b8a
Browse repository at this point
Commits on Jun 18, 2025
msgpackconverter: Fix buffer reuse for encoding JSON strings
Show description for 5174a49
Jille
committed
5174a49
View commit details
Copy full SHA for 5174a49
Browse repository at this point
msgpackconverter: Fix the test that was broken since the switch to Voids
Show description for 5ac4e43
Jille
committed
5ac4e43
View commit details
Copy full SHA for 5ac4e43
Browse repository at this point
Commits on May 28, 2025
Add Decoder.DecodeLazy method
Jille
committed
5bc5af3
View commit details
Copy full SHA for 5bc5af3
Browse repository at this point
Commits on May 27, 2025
msgpackconverter: Avoid poisoning the JSONConverter with options from one Convert
Jille
committed
ba7a743
View commit details
Copy full SHA for ba7a743
Browse repository at this point
Commits on May 7, 2025
Add DisectFlavor method, the inverse of a FlavorBuilder`
Jille
committed
d7ecd60
View commit details
Copy full SHA for d7ecd60
Browse repository at this point
Commits on Apr 28, 2025
SplitMap: Bugfix in expecting a map instead of an array
Jille
committed
363d168
View commit details
Copy full SHA for 363d168
Browse repository at this point
Commits on Mar 25, 2025
msgpackconverter: Preallocate a small buffer for uncommitted data
Show description for c25394d
Jille
committed
c25394d
View commit details
Copy full SHA for c25394d
Browse repository at this point
Commits on Jan 9, 2025
msgpackconverter: Don't convert NaN and Inf to JSON
Jille
committed
a03ebd7
View commit details
Copy full SHA for a03ebd7
Browse repository at this point
Commits on Oct 30, 2024
mpmerge: Don't fail when Each is used on a non-existent key
Jille
committed
150e641
View commit details
Copy full SHA for 150e641
Browse repository at this point
Commits on Oct 9, 2024
Add Canonical() to convert msgpack to a canonical respresentation
Jille
committed
f5ce3d0
View commit details
Copy full SHA for f5ce3d0
Browse repository at this point
Add a FlavorBuilder to encode extension 18
Jille
committed
38fdf4e
View commit details
Copy full SHA for 38fdf4e
Browse repository at this point
Drop go 1.20 compatibility
Jille
committed
d509d78
View commit details
Copy full SHA for d509d78
Browse repository at this point
Commits on Oct 8, 2024
debug: Add a decoder that dumps raw msgpack for debugging
Show description for cf0ab22
Jille
committed
cf0ab22
View commit details
Copy full SHA for cf0ab22
Browse repository at this point
Commits on Sep 5, 2024
encode: Call MarshalMsgpack() on unknown types
Jille
committed
4f7dfcf
View commit details
Copy full SHA for 4f7dfcf
Browse repository at this point
Commits on Sep 4, 2024
Introduce extension #20: Injections
Show description for a160e61
Jille
committed
a160e61
View commit details
Copy full SHA for a160e61
Browse repository at this point
selector: Don't touch Decoder's internals
Jille
committed
67f4235
View commit details
Copy full SHA for 67f4235
Browse repository at this point
Commits on Sep 3, 2024
Split{Array,Map}: Use DecodeRaw() rather than reading the Decoder's offset
Jille
committed
6d38790
View commit details
Copy full SHA for 6d38790
Browse repository at this point
Previous
Next
You can’t perform that action at this time.