How to read large csv files ? #184
Closed
Jankovlski
started this conversation in
Q&A
Replies: 2 comments
-
Hi @Jankovlski - unfortunately not. This library focuses on ease-of-use and attempts to abstract as much as possible away w.r.t. csv processing, and ends up using quite a bit of RAM. Many of the other popular C++ CSV parser libraries take a different approach and requires much less RAM, so they may be more suitable for this type of use-case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah alright, thank you for the quick response!! |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Good day @d99kris, thank you for your great work!
Is there a way to read a csv file with +100GB when there is only 32GB of RAM available without loading everything to ram?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions