Python Forum
Please, advise collections for my task
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please, advise collections for my task
#1
Python 3.7.3

In my task, it is necessary to store in memory a very large quantity of records (~ 10,000,000 elements), each of which is on the order of 5-10 fields of different types (bool, string, integer, fixed-point number, date and time). It is necessary to be economical not only with memory, but also with processor time (otherwise I won’t wait for the processing to complete).

Initially, the data is stored in csv- files, which must be read by filling out the collections (for further processing).

Now I thing to use a NumPy- structured arrays (in my old C- program, I successfully used vector of structures).

What choice could you offer and why?
Reply


Messages In This Thread
Please, advise collections for my task - by AlekseyPython - Sep-11-2019, 12:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  count certain task in task manager[solved] kucingkembar 2 1,148 Aug-29-2022, 05:57 PM
Last Post: kucingkembar
  cs.collections error DaveG 7 1,782 Apr-06-2022, 04:18 PM
Last Post: Larz60+
  Trying to understand how isinstance(values, collections.Iterable) work. quazirfan 7 4,233 Aug-10-2021, 08:10 AM
Last Post: snippsat
  Schedule a task and render/ use the result of the task in any given time klllmmm 2 2,126 May-04-2021, 10:17 AM
Last Post: klllmmm
  How to create a task/import a task(task scheduler) using python Tyrel 7 3,777 Feb-11-2021, 11:45 AM
Last Post: Tyrel
  I need advise with developing a brute forcing script fatjuicypython 11 5,121 Aug-21-2020, 09:20 PM
Last Post: Marbelous
  AttributeError: 'collections.OrderedDict' object has no attribute 'value_counts Kristenl2784 4 7,386 Jul-17-2020, 01:50 AM
Last Post: palladium
  collections.OrderedDict Bert123456 2 1,796 Jul-09-2020, 08:51 PM
Last Post: Bert123456
  Absolutely new to python - basic advise needed mariolucas75 2 2,092 Jun-12-2020, 08:36 PM
Last Post: Yoriz
  AttributeError: module 'collections' has no attribute 'namedtuple' epgs1975 2 10,352 May-04-2020, 08:10 PM
Last Post: epgs1975

Forum Jump:

User Panel Messages

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