← Back to context Comment by pjc50 10 hours ago Single page on many systems, which makes using mmap() for it even funnier. 1 comment pjc50 Reply Filligree 9 hours ago Not to mention inefficient in memory use. I would have expected a mention of interning; using string-views is fine, but making it a view of 4kB cache pages is not really.Though I believe the “naive” streaming read could very well be superior here.
Filligree 9 hours ago Not to mention inefficient in memory use. I would have expected a mention of interning; using string-views is fine, but making it a view of 4kB cache pages is not really.Though I believe the “naive” streaming read could very well be superior here.
Not to mention inefficient in memory use. I would have expected a mention of interning; using string-views is fine, but making it a view of 4kB cache pages is not really.
Though I believe the “naive” streaming read could very well be superior here.