R
Randell D.
Folks,
I have a large amount of values to store (we're talking tens, if not
hundreds of bytes). I need this for a client side application - ignore
the security consequences for the moment - however my question is, which
is more performance effective, or easier on a clients resources?
I mean - if I have several <input type=hidden> tags with my values that
I can reference, would this have a greater overhead then, for example,
having an ten arrays with a hundred elements with an average element
length of say, ten characters?
I don't know how to measure this hence why I'm throwing the question out
there to someone with a bit more javascript on their shoulders then my
six months plus...
all help - via the newsgroup - so all can learn, would be appreciated,
thanks,
randelld
I have a large amount of values to store (we're talking tens, if not
hundreds of bytes). I need this for a client side application - ignore
the security consequences for the moment - however my question is, which
is more performance effective, or easier on a clients resources?
I mean - if I have several <input type=hidden> tags with my values that
I can reference, would this have a greater overhead then, for example,
having an ten arrays with a hundred elements with an average element
length of say, ten characters?
I don't know how to measure this hence why I'm throwing the question out
there to someone with a bit more javascript on their shoulders then my
six months plus...
all help - via the newsgroup - so all can learn, would be appreciated,
thanks,
randelld