Hacker News new | ask | show | jobs
by abcd_f 5287 days ago
How is this notable?
1 comments

How is your comment worthwhile?
In a condensed form of a rhetorical question it states that LRU cache containers are fairly trivial and they are routinely implemented as a part of larger projects. It typically takes under an hour to do and it comes out lighter and more legible if one does not depend on boost.

So, how is this notable? Is it L2-cache friendly? Is it optimized not to fragment heap? Perhaps it's lockfree?

yes it is. it asks a legitimate question.