Mark Struberg created JOHNZON-179: ------------------------------------- Summary: improve performance for writing arrays of wrapper and native types Key: JOHNZON-179 URL: https://issues.apache.org/jira/browse/JOHNZON-179 Project: Johnzon Issue Type: Improvement Components: JSON-B Affects Versions: 1.1.8 Reporter: Mark Struberg Assignee: Mark Struberg Fix For: 1.1.9
Converting an Integer[] in a pojo is currently not performing as well as we could. Mostly due to the expensive Array.get invocation. We could improve this a lot by having separate array handling code for each native type. -- This message was sent by Atlassian JIRA (v7.6.3#76005)