Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2024 09:17:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 279685] graphics/gpu-firmware-*: Reduice I/O
Message-ID:  <bug-279685-7141-Cqs1htf2SI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279685-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279685-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279685

--- Comment #5 from Daniel Engberg <diizzy@FreeBSD.org> ---
Actually I'm looking towards reducing writes because they're "expensive" in
terms of being not able to cache, wear (if you're using flash storage backe=
nd
instead of tmpfs) and latency (primarily spinning rust). Reading is much
cheaper and even if it's "large" (much less so than pulling a snapshot of t=
he
complete repo) we do have facilities to cache data using irregardless of fs=
 and
storage backend.

If someone wants to sort out all quirks by pulling individual files great b=
ut I
honestly think it's more job than its worth.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279685-7141-Cqs1htf2SI>