]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Improve performance of `sort -m' on large files, at the cost of
authorJim Meyering <jim@meyering.net>
Fri, 14 May 2004 07:34:09 +0000 (07:34 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 May 2004 07:34:09 +0000 (07:34 +0000)
commit8e0b4648a613daa8a4f01a058a2a7ffb982eafcd
tree5762481d4a7652eb08a29fe773118b77ee6fa392
parentf64a45d11280dab075ce04344375e39a15f86602
Improve performance of `sort -m' on large files, at the cost of
making some contrived examples unsafe.  POSIX allows this
optimization.  Performance problem reported by Jonathan Baker in
<http://mail.gnu.org/archive/html/bug-coreutils/2004-05/msg00071.html>.

(first_same_file): Do not treat input pipes
differently from other files.
src/sort.c