Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
akkartik
5108 days ago |
link
|
parent
Are you planning to have all say string values contain a pointer to the same table instance, or give each string value its own copy of the table?
1 point
by
Pauan
5108 days ago |
link
Not sure. Either way could work. That seems to be more of an optimization, though. The interface should work the same either way.
-----
1 point
by
akkartik
5108 days ago |
link
It probably bears thinking about. It'll affect, for example, how you say, "I want all tables to have this new operation."
-----