Re: best(fastest) way to send and get lists from files
Abrahams, Max wrote:
I've looked into pickle, dump, load, save, readlines(), etc.
Which is the best method? Fastest? My lists tend to be around a thousand to a million items.
Binary and text files are both okay, text would be preferred in general unless there's a significant speed boost from something binary.
thanks
benchmarks are the only reliable way to get this information for your
particular tasks.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC
http://www.holdenweb.com/
.
Relevant Pages
- Re: Print linked list backwards
... extra memory available, not enough to make a complete reverse-copy ... the list (basically a set of benchmarks), ... of the individual benchmark lists, then resetting to the top of the ... modifying the original list is forbidden, but making a reverse ... (comp.programming) - Re: Compiler and an interpreter
... >> OCaml is more general and can be reused. ... Arrays are not more efficient than lists. ... > the translation of mathematical functions. ... >> These aren't benchmarks, they are real programs. ... (comp.programming) - Re: Help with one benchmark test needed
... especially not in benchmarks because it is a very slow ... Lists can be very useful and have their advantages, ... Using that logic, recursive definition of Fibonacci ... play, or do you just pick up the instrument with no experience and try ... (comp.lang.lisp) - Re: showing only lists with permissions..
... Andy! ... > Sorry but that is the way WSS works. ... > libraries (/ lists) that the user has access rights to. ... >> best regards ... (microsoft.public.sharepoint.windowsservices) - Re: How Do I stop the summary page from printing in Word 2002?
... Regards, ... Jay Freedman ... Dilbert wrote: ... > summary that lists: ... (microsoft.public.word.docmanagement) |
|