diff options
author | Fabian Lange <lange.fabian@gmail.com> | 2014-07-12 21:09:32 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-07-14 11:45:12 +0000 |
commit | a2f2f08a54a9b3d165b0e51c74f91b7e4971211e (patch) | |
tree | cd0d8d75987df970b9abb8fc098c86011a5d1776 /README.md | |
parent | 9e4bdca5322e211c2988a2138340d9841c46a6ad (diff) | |
download | vaadin-framework-a2f2f08a54a9b3d165b0e51c74f91b7e4971211e.tar.gz vaadin-framework-a2f2f08a54a9b3d165b0e51c74f91b7e4971211e.zip |
Optimize CurrentInstance.set(UI) and .set(VaadinSession). (#14220)
This change reduces the amount of intermediate steps taken to initialize
the thread locals for a given ui or vaadin session.
It mainly takes advantage of reusing the old values from the map in set()
instead of creating new ones to put into the "old" map which is returned.
Change-Id: I4dbaff973f46e73f8f3a0c285b14c97603f2d5a4
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions