Talk:External sort: Difference between revisions

m
→‎Is this task meaningful?: added a comment pertaining to yesteryear.
 
m (→‎Is this task meaningful?: added a comment pertaining to yesteryear.)
 
(6 intermediate revisions by 3 users not shown)
Line 10:
 
But a worse problem, for this site, is that it's not likely that approaches to this task will be very comparable across languages. And that's because this task seems to be more about the operating system and hardware than it is about the language. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 04:24, 10 October 2016 (UTC)
 
:I did once sort a list of a billion 64-bit integers by sorting the chunks and then merge-sort/combining the chunks. I would agree it's a pretty rare situation and it is probably a poor fit for this site's format. --[[User:TimSC|TimSC]] ([[User talk:TimSC|talk]]) 05:06, 18 December 2016 (UTC)
 
:: There are many times where it may <u>not</u> be a good idea to let the &nbsp; ''sort'' &nbsp; process use all available real storage, especially when there may be many other critical programs running; &nbsp; and letting the &nbsp; ''sort'' &nbsp; thrash real storage &nbsp; (in a paging sense) &nbsp; would be detrimental to the system &nbsp; (and all other running programs) &nbsp; as a whole. &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 06:02, 15 June 2019 (UTC)
 
::: Valid. I've experienced a bit too much of this lately. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 17:59, 15 June 2019 (UTC)
 
:::: Also, there was a time &nbsp; (long, long ago, far and away) &nbsp; when the DOS &nbsp; '''SORT''' &nbsp; program &nbsp; ('''SORT.EXE''') &nbsp; couldn't handle more than &nbsp;64K&nbsp; of data. &nbsp; Not records, but data. &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 11:06, 24 July 2021 (UTC)