This commit is contained in:
2026-04-04 02:26:06 +02:00
parent a1b0f47f47
commit f9bbe58894
4 changed files with 80 additions and 20 deletions

View File

@@ -66,9 +66,3 @@ NOTE: we're mostly bottlenecked by the architecture (typically a Lua VM) and the
- make signals use a circular buffer instead of a simple array
- use more arenas if possible
# Drive costs
The drive has platters just like in OC, as well as a cache line.
The read cost is only factored in if `cachelineOf(lastSector) != cachelineOf(newSector)`.
Seek cost is also in whole cache lines.