Y
Hacker News
new
|
ask
|
show
|
jobs
by
adgjlsfhk1
693 days ago
IMO Mojo's memory model is way too unfriendly for python programmers.
1 comments
bitvoid
693 days ago
Could you elaborate? As far as I understand, if you treat it like Python (e.g. use defs and stick with the copy-on-modification default), you'll still see performance improvements without even thinking about memory.
link