File/data structure information



I have been Googling to find information about the pros and cons of different file and data structures within a file incl. databases). Would a appreciate a pointer to either some online documents or a good primer text. I don't have any specific questions and the information needs to be language and operating system agnostic.

The applications are for storing/finding strings, strings within strings, numerical data, etc. In other words, very general.

Thanks,
Dave

.



Relevant Pages

  • Re: File/data structure information
    ... Dave wrote: ... different file and data structures within a file incl. ... The applications are for storing/finding strings, strings within strings, numerical data, etc. ...
    (comp.programming)
  • Re: File/data structure information
    ... different file and data structures within a file incl. ... The applications are for storing/finding strings, strings within strings, numerical data, etc. ... computers) with RAM too, because of the various levels of caches, ... but it's more important with disks. ...
    (comp.programming)
  • Re: argv vs objv
    ... In order to prevent TCL having to convert your data structures to/from ... strings all the time when calling the commands in question? ...
    (comp.lang.tcl)
  • Re: Efficiency in Java
    ... Write the _correct_ code first, profile, identify the speed related ... If data structures are immutable, ... programs fast by using different data structures? ... e.g. using an array of strings instead of vector of objects and then ...
    (comp.lang.java.programmer)