Login
From:
Daniel Lemire's blog
(Uncensored)
subscribe
Simpler and faster parsing code with std::views::split
https://lemire.me/blog/2024/12/21/simpler-and-faster-parsing-code-with-stdviewssplit/
links
backlinks
Roast topics
Find topics
Find it!
Parsing text files is often confusing irrespective of your programming language. It can also be surprising slow.