issues
search
aldanor
/
fast-float-rust
Super-fast float parser in Rust (now part of Rust core)
https://docs.rs/fast-float
Apache License 2.0
275
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Null Pointer Dereference Vulnerability in AsciiStr Struct
#38
ydongyeon
opened
2 weeks ago
3
Potential unsoundnesses (not yet determined) with use of unsafe
#37
Manishearth
opened
7 months ago
0
Fix no_std support
#36
avafloww
closed
1 year ago
1
New release on crates.io
#35
x-hgg-x
opened
2 years ago
6
already merged into std?
#34
evbo
closed
2 years ago
4
add no_std attribute
#33
jordens
opened
2 years ago
2
Optimize Performance for Slow-Path Cases
#32
Alexhuszagh
opened
3 years ago
1
Update `try_add_digit` for more efficient ASM generation.
#31
Alexhuszagh
closed
3 years ago
0
Adding formal reference.
#30
lemire
closed
3 years ago
0
Fixes #28.
#29
Alexhuszagh
closed
3 years ago
1
Fix Undefined Behavior in `check_len`
#28
Alexhuszagh
closed
3 years ago
1
Added read_u64 optimizations to big endian.
#27
Alexhuszagh
closed
3 years ago
3
Remove Endian-Dependent Code Paths
#26
Alexhuszagh
closed
3 years ago
0
Support for JSON Numbers
#25
Alexhuszagh
opened
3 years ago
8
Updated CI with big-endian and 32-bit archs.
#24
Alexhuszagh
closed
3 years ago
1
Add CI targets for 32-Bit and Big-Endian Architectures
#23
Alexhuszagh
closed
3 years ago
1
Removed endian-dependent codepaths.
#22
Alexhuszagh
closed
3 years ago
2
Fix Tests for 32-bit architectures.
#21
Alexhuszagh
closed
3 years ago
2
Fix test_random on 32-bit Architectures
#20
Alexhuszagh
closed
3 years ago
0
Remove Unncessary Unsafe and Endian-Dependent Codepaths
#19
Alexhuszagh
closed
3 years ago
5
Disguised fast path
#18
aldanor
closed
3 years ago
2
[Feature Request] Support JSON Numbers
#17
Alexhuszagh
opened
3 years ago
5
Consider Adding Support for Disguised Fast-Path Cases
#16
Alexhuszagh
closed
3 years ago
0
Consider integration in core and std ?
#15
Urgau
closed
3 years ago
76
How to know the parsed digits is an integer?
#14
J-F-Liu
closed
3 years ago
4
Update README.md: add reference
#13
lemire
closed
3 years ago
1
Discussion: How is POWERS_OF_FIVE_128 generated?
#12
Protowalker
closed
3 years ago
18
Fix a bug with trailing zeros when parsing decimals
#11
aldanor
closed
3 years ago
0
Results with AMD Rome (Zen 2) processor
#10
lemire
closed
3 years ago
2
Results with Apple M1 processor
#9
lemire
closed
3 years ago
11
Fuzz: verify that roundtripping f64 through string results in the same value
#8
Shnatsel
closed
3 years ago
4
Improve bench tool / avoid use of unsafe in `Float::pow10_fast_path`
#7
aldanor
closed
3 years ago
1
remove unsafe from float.rs at very small performance cost
#6
Protowalker
closed
3 years ago
3
Remove unsafe without sacrificing speed by replacing i64 "exponent" with primitive enum
#5
Protowalker
closed
3 years ago
2
Wrong value with very long floats
#4
AnttiParaoanu
closed
3 years ago
6
Add READMEs, drop MSRV to 1.37
#3
aldanor
closed
3 years ago
0
Pre-release facelift
#2
aldanor
closed
3 years ago
0
Big ints / long floats optimization
#1
aldanor
closed
3 years ago
0