View Single Post
  #41  
Unread 09-14-2008, 11:27 PM
Robert Meyer's Avatar
Robert Meyer Robert Meyer is offline
Member
 
Join Date: Sep 2002
Location: Las Vegas, NV, USA
Posts: 2,088
Post

The scroll vs codex issue is very much what I had to deal with when I started programming in the early 1970s. Data files on magnetic tape were "sequential access" files, one record after another; essentially a scroll. Data files on magnetic disk were "random access" files, there was a small file which was like a "contents page" at the beginning that would tell you where to go for a particular record and a big file for the data itself; essentially a codex or "book" (in the modern sense). Strangely, all the difficulty to do that work is "ancient history" - seemingly as ancient as the Dead Sea Scrolls or the Nag Hammadi Codices now!

Robert Meyer
Reply With Quote