How to reduce memory exceeded in python 3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to reduce memory exceeded in python 3

26th Jan 2020, 10:31 AM
Lakshmi Srinivas Rachumallu
Lakshmi Srinivas Rachumallu - avatar
1 Answer
+ 9
Use more efficient data structures and design better algorithms. If all that fails, use a different programming language that has better access to low level memory management (c/c++). Maybe if you share your code, you could get more specific suggestions :)
26th Jan 2020, 10:37 AM
Tibor Santa
Tibor Santa - avatar