Highlights
- 4 discussions answered
Pinned
1,868 contributions in the last year
Less
More
Contribution activity
July 2021
Created 42 commits in 2 repositories
Created a pull request in jcrist/msgspec that received 2 comments
A few more optimizations
Switch to a growth factor of 2x instead of 1.5x. This results in increased performance at the cost of mildly increased memory usage. Add a fastpat…
+12
−2
•
2
comments
Opened 12 other pull requests in 1 repository
jcrist/msgspec
11
merged
1
open
- A few performance improvements
- Small fixups
- Improve float encode/decode performance
- [WIP] JSON support
- Optimize struct key serialization
- Use a freelist for struct types
- Update screenshot
- Document extension mechanisms, reorg
- Inline read helpers
- Update the benchmarks
- Add struct class-level options
-
Optimize buffer usage in
encode/encode_into