Re: Writing multilingual site - how to effectively output strings depending on language
- From: Marcin Dobrucki <Marcin.Dobrucki@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 12 Jul 2006 08:50:08 GMT
Tony Marston wrote:
But which of these is more efficient?:
(a) Reading a file of 1000 entries into memory so that each entry can be read from memory.
(b) Reading each of the 1000 entries from disk individually.
Seeing as the file will be read into the filesystem cache, its unlikely that you will be doing 1000 disk access' to get the data.
/marcin
.
- Follow-Ups:
- References:
- Writing multilingual site - how to effectively output strings depending on language
- From: romayankin
- Re: Writing multilingual site - how to effectively output strings depending on language
- From: Tony Marston
- Re: Writing multilingual site - how to effectively output strings depending on language
- From: David Haynes
- Re: Writing multilingual site - how to effectively output strings depending on language
- From: Tony Marston
- Re: Writing multilingual site - how to effectively output strings depending on language
- From: Andrew Poelstra
- Re: Writing multilingual site - how to effectively output strings depending on language
- From: Tony Marston
- Writing multilingual site - how to effectively output strings depending on language
- Prev by Date: the function to switch values ie for alternating between 2 colors in table display
- Next by Date: Re: the function to switch values ie for alternating between 2 colors in table display
- Previous by thread: Re: Writing multilingual site - how to effectively output strings depending on language
- Next by thread: Re: Writing multilingual site - how to effectively output strings depending on language
- Index(es):
Relevant Pages
|