View Single Post
  #2  
Old 07-07-07, 00:32
treeve treeve is offline  
Member
 
Join Date: Jun 2007
Location: Cornwall
Posts: 53
Default

With you all the way, I used to write random access databases,
and the need for data compression was intense in those early
days, with limited storage space. I wrote a number of algorithms
depending on the type of data to be stored. The need for set
standard storage packets was essential in order to store a full
random access database, which had to be read, unpacked,
viewed, altered (perhaps) re-coded and re-written and
re-stored in the same space. All done from machine code.
Fun days ...
Best Wishes, Raymond
Reply With Quote