I've looking at issues in BigDecimalParser and noticed that the exception message code that is meant to protect us from consuming too much memory is not efficient enough.
This PR adds methods to handle char arrays and avoids creating Strings for the potentially large arrays.
I've looking at issues in BigDecimalParser and noticed that the exception message code that is meant to protect us from consuming too much memory is not efficient enough.
This PR adds methods to handle char arrays and avoids creating Strings for the potentially large arrays.