Hacker News new | ask | show | jobs
by JnRouvignac 4033 days ago
Thanks for reporting.

Actually the comment is wrong in that case using BigDecimal.valueOf() is better since it could reuse the immutable object, so that is better for memory. I'll rework the samples to make it more explicit.