Python Forum
How to work with large lists without crashing Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to work with large lists without crashing Python?
#3
The list is a list of stock symbols. From that list of symbols. I form a smaller list. That smaller list needs to be stored in memory all at once. The larger list is 10,000+ elements of 3-5 letter acryonyms. The larger list is around 5,000. They are parsed for online.

edit: typo.
Reply


Messages In This Thread
RE: How to work with large lists without crashing Python? - by Corate - Mar-14-2018, 06:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python/Numpy have I already written the swiftest code for large array? justforkicks1 1 2,852 Dec-12-2017, 11:56 PM
Last Post: squenson

Forum Jump:

User Panel Messages

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