Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
hnaccy
7y ago
0 comments
Share
Is there a reason these fast json libraries seem to favor doing linear scan for object representation?
0 comments
default
newest
oldest
yoklov
7y ago
Faster to build than a hash map, less code (which is also better for icache), etc.
JSON Objects tend to have few enough values that it doesn't matter a ton anyway.
j
/
k
navigate · click thread line to collapse