2 ms·
> I/O is inherently very slow compared to computation This isn't really true anymore. IO has bad latency, but modern SSD bandwidth is ~5-15GB/s. If your progra
by adgjlsfhk1 27d ago
> I/O is inherently very slow compared to computation
This isn't really true anymore. IO has bad latency, but modern SSD bandwidth is ~5-15GB/s. If your program is IO latency bound and processing less that 5GB/s you aren't IO bound, you aren't hiding your latency well enough.
- wavemode 27d ago> modern SSD bandwidth is ~5-15GB/s That's nothing compared to modern memory bandwidth.