DeBortoliWines / openerp-java-api

A Java API to connect to OpenERP and manage data using the XMLRPC interface.
Apache License 2.0
38 stars 71 forks source link

[IMP] improve performance by specifying arraylist size to avoid unece… #23

Closed Nowheresly closed 8 years ago

Nowheresly commented 9 years ago

…ssary dynamic resizing.

[IMP] use StringBuilder instead of StringBuffer for performance matter. [FIX] use a ConcurrentHashMap for the cache in ObjectMapper

flotho commented 8 years ago

@fpoyer, this on could also be a great improvment, could you check please?

fpoyer commented 8 years ago

Most of the improvements in that PR have been integrated in ed9a2525a90e5ef2a44f78d3122852272758dd04 that is part of PR #28 so this PR can be closed.

@Nowheresly : thanks for the PR, I've marked you as author of the commit to reflect this.

flotho commented 8 years ago

integrated in #28