Commit 9856932
committed
refactor(msgpack): optimize integer read/write methods
- add generic `readIntRaw` and `writeIntRaw` methods for cleaner integer handling
- convert multiple read/write methods to use inline function optimization
- simplify type marker conversion with more precise pattern matching
- remove repetitive memory buffer allocation and manual error checking
- improve code readability and reduce duplicated integer conversion logic1 parent 2cd024f commit 9856932
1 file changed
+102
-125
lines changed
0 commit comments