What type of attribute use the most resources

CodeCodeCodeCode Member Posts: 200
edited November -1 in Working with GS (Mac)
What type of attribute use the most resources?

i will say the use resources in that oder

Up it use more resources

Index - Positive whole numbers greater or equal to 0
Real - Positive and negative numbers which can have decimal numbers. e.g. 3.14159
Integer - Positive and negative whole numbers. e.g. 42
Angle - Positive whole numbers between and including 0 and 359.
Boolean - true/false values.

Text - text values. e.g. This is a text value <- Text i have no idea.

So what do you guys think??? does anyone have any idea or numbers???

Comments

  • RickyRicky Member Posts: 58
    I would think the text attribute would be the most greedy for resources
  • RattleheadRattlehead Member Posts: 485
    If a text is simply an abstraction of a String class, then it would probably be 2 bytes per letter. So yes, this could be costly in terms of system resources.
Sign In or Register to comment.