Issues
- 3
- 6
New release on crates.io
#35 opened by x-hgg-x - 0
- 4
already merged into std?
#34 opened by evbo - 1
Optimize Performance for Slow-Path Cases
#32 opened by Alexhuszagh - 76
Consider integration in core and std ?
#15 opened by Urgau - 1
Fix Undefined Behavior in `check_len`
#28 opened by Alexhuszagh - 0
Remove Endian-Dependent Code Paths
#26 opened by Alexhuszagh - 5
[Feature Request] Support JSON Numbers
#17 opened by Alexhuszagh - 5
- 1
- 0
Fix test_random on 32-bit Architectures
#20 opened by Alexhuszagh - 0
- 4
How to know the parsed digits is an integer?
#14 opened by J-F-Liu - 11
Results with Apple M1 processor
#9 opened by lemire - 2
Results with AMD Rome (Zen 2) processor
#10 opened by lemire - 18
- 6
Wrong value with very long floats
#4 opened by AnttiParaoanu - 2
Remove unsafe without sacrificing speed by replacing i64 "exponent" with primitive enum
#5 opened by Protowalker