Hacker News new | ask | show | jobs
80x Caching Improvement in Go (ksred.com)
3 points by ksred 1537 days ago
1 comments

Why would you marshal data to be cached to JSON in the first place?

This seems to rather be fixing a bug that caused an 80x slowdown.