Re: GWT HashMap VS Javascript Object
i would expect similar performance characteristics, since both things are basically the same^^
the browser might be able to apply optimizations if the mapping are known at "compile time", but other than that..... i would either go all out and do a lot of research, or don't care
2014/1/15 Danilo Reinert <daniloreinert@gmail.com>
What are the pros/cons of using a simple Javascript Object instead a HashMap for mapping purposes? Would it perform better for few items cases, say <10 ?--
--
D. Reinert
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home