Well some of my application variables are using values from 0 to ~ 80000 ...and I was thinking if Uint16 would take less memory than Integer.... what do you think ?
Probably not worth the tradeof, a normal int (Int32) is CLS compliant and only a couple of bytes more. Unless you are allocating large amounts of them at once I wouldnt bother personally.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.