Le 04/01/2014 23:31, Stephan Schreckenbach a écrit :
.../...
Since scilab processes all data as variant, how much memory is
required for each constant or variable, being string, integer or double?
.../...
roughly:
string : 4 bytes per character (UTF-8 encoded)
integer: (u)int8 : 1 byte (u)int16 : 2 bytes (u)int32: 4 bytes
double: 8 bytes
boolean: 4 bytes
+ few other bytes to encode the format ( vector, matrix, hypermatrix...)
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users