Files
ladybird/Userland/Utilities
Timothy Flynn aad110ec7e base64: Map input files into memory for reading
We do the same thing with the gzip utility for performance.

This reduces the runtime of `./bin/base64 enwik8 >/dev/null` from
0.428s to 0.303s.

This reduces the runtime of `./bin/base64 -d enwik8.base64 >/dev/null`
from 0.632s to 0.469s.

(enwik8 is a 100MB test file from http://mattmahoney.net/dc/enwik8.zip)
2024-03-21 15:53:46 +01:00
..
2024-02-08 07:11:44 -07:00
2024-02-08 07:20:50 -07:00
2024-03-20 13:58:23 +01:00
2024-01-13 19:01:07 -07:00
2024-02-27 07:02:02 +01:00
2024-03-09 16:01:22 +01:00