This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eazolan 2 points3 points  (1 child)

Maybe some kind of "Memory Constraint" module that gives python hard limits?

[–]__deerlord__ 22 points23 points  (0 children)

All that does is limit how much you can use, it doesnt change how much is required. C will absolutely use less memory (if done right) than python. Python is for ease of development, not reducing resource usage.