Hacker News new | ask | show | jobs
by chaokunyang 991 days ago
Another issue about json is that json is not storage efficient. For a float 0.3333333333333335, json needs 18 bytes, but fury needs only 4 bytes.