Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is Python Suitable?
#3
Depends what you do with each entry... Do you need to have everything in RAM at the same time, or are you processing things sequentially? In some case you can do things in two passes, a first one to get just the global info from each line (leading to potentially much less memory usage), and a second to process things sequentially.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
Is Python Suitable? - by summerleas - Feb-28-2017, 04:46 AM
RE: Is Python Suitable? - by Larz60+ - Feb-28-2017, 06:17 AM
RE: Is Python Suitable? - by Ofnuts - Feb-28-2017, 08:56 AM
RE: Is Python Suitable? - by merlem - Feb-28-2017, 12:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Stock clustering and portfolio diversification. Suitable features. timurkanaz 1 62 Yesterday, 09:54 AM
Last Post: Larz60+
  Suitable Data Modelling Packages JoeDainton123 3 80,279 Jun-27-2021, 01:43 PM
Last Post: Caprone

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020