On Thu, 28.02.13 20:09, Mantas Mikulėnas ([email protected]) wrote: > Doesn't coreutils "tac" already do this?
The way tac works is that is queues the entire output, and then reorders. This is necessarily slow. We can do this much much more efficient when directly accessing journal files, by simply traversing the file backwards in the first place. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
