Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
habibur
on Oct 2, 2021
|
parent
|
context
|
favorite
| on:
Freqfs: In-memory filesystem cache for Rust
This will hardly increase performance if any. Note that OS caches frequently used files in-memory. When you are using this, you are basically competing with the OS for in-memory file cache.
This library might have other uses that I am not aware of.
fsckboy
on Oct 2, 2021
[–]
are there embedded systems, including potentially realtime, that are running OSes or on CPUs that don't provide caches or page fault support?
brandmeyer
on Oct 2, 2021
|
parent
[–]
In those cases, the filesystem provides its own block cache.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This library might have other uses that I am not aware of.