💾 Archived View for gemlog.blue › users › berus › 1706544250.gmi captured on 2024-05-10 at 16:44:04. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-02-05)

-=-=-=-=-=-=-

Primitív meghajtó olvasási sebesség teszt...

Teszt állományok létrehozása:

time for i in {0..1000}; do echo 'test' > "test${i}.txt"; done

Teszt:

time for i in {0..1000}; do cat "test${i}.txt" > /dev/null; done

Ami minket érdekel, az a real érték.