TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Browser profiles dirs to RAM thus reducing SDD calls and speeding-up browsers

4 pointsby r0xshabout 2 years ago

1 comment

ggmabout 2 years ago
.. For linux.<p>I&#x27;d really like to see figures for the calculated effective wear-cost of this function against all others, and the speedup. Not that there won&#x27;t be a benefit, but quantifying it would be interesting.<p>I think the &quot;innovative use of rsync&quot; thing is a bit breathless. rsync is good but its not the only mechanism to keep filesystems in sync and its not free: it hits the inode file buffer cache hard, and can cause other problems like cache ejection of real data paths. It also has risks, because it can be subverted (there was an analysis of this for it&#x27;s use in RPKI to secure BGP)<p>The point here being that the file(s) modified are consistent, cached contents aside (which IIRC have highly deterministic file names in a structured subdir of sharded contents). If this is about backing cached content, maybe that demands a tuned daemon? It should be possible to checkpoint and do partial update without doing backing store checks against each file&#x2F;block.<p>You could e.g. use zfs snapshots too. Block efficient.