←back to thread

180 points xnacly | 1 comments | | HN request time: 0.21s | source
1. anonymoushn ◴[] No.44567397[source]
Well, when it's this fast already, there may not be much point in vectorizing it.

For integer parsing, this is a pretty cheap operation, so I wonder if it is worthwhile to try to avoid doing it many times. For double parsing, it is expensive if you require the bottom couple bits to be correct, so the approach in the blog post should create savings.