By dotCore
via programmers.stackexchange.com
Submitted: Feb 17 2013 / 14:56
In functional programming since almost all data structure are immutable, when the state has to change a new structure is created. Does this mean a lot more memory usage?
Add your comment