coreutils/src
Adam Reichold c526df57b8 tac: opportunistically use memory maps
Since tac must read its input files completely to start processing them
from the end, it is particularly suited to use memory maps to benefit
from the page cache maintained by the operating systems to bring the
necessary data into memory as required.

This does also include situations where the input is stdin, but not via
a pipe but for example a file descriptor set up by the user's shell
through an input redirection.
2021-10-10 13:20:31 +02:00
..
bin Update message quoting and filename printing 2021-09-07 19:49:01 +02:00
uu tac: opportunistically use memory maps 2021-10-10 13:20:31 +02:00
uucore Merge pull request #2679 from blyxxyz/uucore-inspection 2021-09-19 22:28:16 +02:00
uucore_procs uucore_procs+uu: specify uucore::show_error 2021-10-04 19:53:16 -03:00