[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10877: Wimpy external files.
From: |
Pádraig Brady |
Subject: |
bug#10877: Wimpy external files. |
Date: |
Sat, 25 Feb 2012 14:59:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 |
A general note on this is to be wary of cache levels.
It may be more efficient to sort in chunks of the
cache level of the machine rather than as large
a chunk as possible.
Some very quick testing here (a while ago),
shows -S2M -T/dev/shm was as fast or faster than
big buffers, as well as being "nicer" to the rest
of the system.
cheers,
Pádraig.
p.s. ensure MALLOC_PERTURB_ is unset when benchmarking sort
- bug#10877: Wimpy external files., Rogier Wolff, 2012/02/24
- bug#10877: Wimpy external files., Paul Eggert, 2012/02/24
- bug#10877: Wimpy external files., Rogier Wolff, 2012/02/24
- bug#10877: Wimpy external files., Rogier Wolff, 2012/02/25
- bug#10877: Wimpy external files., Paul Eggert, 2012/02/25
- bug#10877: Wimpy external files., Rogier Wolff, 2012/02/26
- bug#10877: Wimpy external files., Paul Eggert, 2012/02/26
- bug#10877: Wimpy external files., Rogier Wolff, 2012/02/26