dynamic data type

  1. R

    Is using dynamic really worth?

    If the variable can contain either int or long value at runtime , should I use long to cover all cases, or use dynamic - purely from a memory consumption and performance point of view? Note that in most of the cases it is going to have int value and only in some cases it can contain long value.
Back
Top Bottom