Hi,
Since in other languages we have pointer concept and we allocate memory and deallocate memory for various variables .So there will not be much memory consumption.But in case of Python we dont have memory allocation concept to variables,then what will be the memory consumption and performance of the applications developed.
Thanks in advance
PSB
Since in other languages we have pointer concept and we allocate memory and deallocate memory for various variables .So there will not be much memory consumption.But in case of Python we dont have memory allocation concept to variables,then what will be the memory consumption and performance of the applications developed.
Thanks in advance
PSB
Comment