intuit / QuickBooks-V3-Java-SDK

Java SDK for QuickBooks REST API v3 services
Apache License 2.0
66 stars 144 forks source link

ObjectMapper usage is causing performance issues #212

Open narsinallamilli opened 10 months ago

narsinallamilli commented 10 months ago

ObjectMappers are instantiated per call which has no significance. It is taking an hit at application performance.

adandersen commented 4 months ago

When called enough this causes significant memory usage, would be great to have this fixed, possibly by the commit narsinallamilli created above