POV-Ray : Newsgroups : povray.off-topic : Tape-sort : Re: Tape-sort Server Time
3 Sep 2024 17:20:22 EDT (-0400)
  Re: Tape-sort  
From: scott
Date: 13 Oct 2010 03:40:17
Message: <4cb56261@news.povray.org>
> I've been thinking about how you'd go about efficiently sorting data 
> stored on magnetic tape.
>
> The key thing about tape is that it's sequential. We'll also assume that 
> it holds more data than you can actually fit into main memory, as was the 
> case in the days of old.

If you haven't already, you could code a simple "tape drive simulator" to 
test all your ideas...

Depending on what type of data you want to sort and the seeking 
characteristics of a tape drive, a radix sort might work quite well.  Just 
an idea.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.