Hacker News new | ask | show | jobs
by bennofs 2027 days ago
How is that different from the different caches already present in the linux kernel? For example, `struct cred` is always allocated in the `cred_jar` cache and nothing else goes there.
1 comments

Oh, I wasn't aware. Yes, it's the same thing.