Y
Hacker News
new
|
ask
|
show
|
jobs
by
otabdeveloper4
618 days ago
from_chars is the correct API here. When you're parsing decimal numbers you want to do it with streaming semantics.
1 comments
mort96
618 days ago
Hm but there's nothing streaming about it? You need the entire numeric string in memory
link
Leherenn
618 days ago
I think they meant the other way around: you can have a single string in memory containing multiple numbers, and process that string as a stream.
link