How to reduce memory exceeded in python 3 | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to reduce memory exceeded in python 3

26th Jan 2020, 10:31 AM
Lakshmi Srinivas Rachumallu
Lakshmi Srinivas Rachumallu - avatar
1 ответ
+ 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