[GitHub] cayenne pull request #279: CAY-2416

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cayenne/pull/279


---


[GitHub] cayenne pull request #279: CAY-2416

2018-03-29 Thread const1993
Github user const1993 closed the pull request at:

https://github.com/apache/cayenne/pull/279


---


[GitHub] cayenne pull request #279: CAY-2416

2018-03-27 Thread const1993
GitHub user const1993 opened a pull request:

https://github.com/apache/cayenne/pull/279

CAY-2416

Maps optimization. Changed sorted maps to hash maps to improve performance.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/const1993/cayenne feature/CAY-2416

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cayenne/pull/279.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #279


commit 36322d2953fe6469ded4fcf63005f9f78760ca56
Author: kkomyak 
Date:   2018-03-27T06:29:59Z

CAY-2416
Maps optimization. Changed sorted maps to hash maps to improve performance.




---