Y
Hacker News
new
|
ask
|
show
|
jobs
by
tayo42
1085 days ago
Varnish has a file system backed cache that depends on the page cache to keep it fast.
What did you differently in your custom one that was faster then varnish?
1 comments
pjdesno
1084 days ago
Simple multithreaded read/write. On a 20-core 40-thread machine with a couple of fast NVMe drives it was
way
faster.
link