“new BigInteger()”比“Biginteger.valueOf()”更快? 请给我一些建议
来自 https://docs.oracle.com/javase/8/docs/api/java/math/BigInteger.html#valueOf-long-:
此“静态工厂方法”优先于(长) 构造函数,因为它允许重用经常使用的 大整数。