I am interesting in GWT implementation JRE libraries emulation technology.
How GWT emulate Java library?
How effectively implemented HashMap in JavaScript? Is it implemented in pure JavaScript or it is compile as Java source if used in code?
I understand some implementation exists in gwt-dev library for development(hosted) mode. Is it same implementation for production code?