mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-01 21:41:41 -04:00
25f95ca91e54d573732cd22ecedc35e97ee81248
representing temp files. This improved CPU performance of 'sort -S 1 *.[ch]' by 17% on my host. (struct tempnode): name member now uses struct hack. (temphead): Now a pointer, not a structure. All uses changed. (create_temp_file): Allocate node using struct hack. (zaptemp): Free node using struct hack. Use pointer comparison, not string comparison.
…
Description
No description provided
Languages
C
56.8%
Shell
27.3%
Perl
11.5%
Makefile
2.3%
M4
0.9%
Other
1.2%