What to do with Java BigDecimal performance?

后端 未结 20 2481
陌清茗
陌清茗 2020-11-29 17:28

I write currency trading applications for living, so I have to work with monetary values (it\'s a shame that Java still doesn\'t have decimal float type and has nothing to s

20条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 18:24

    Maybe you should look into getting hardware accelerated decimal arithmetics?

    http://speleotrove.com/decimal/

提交回复
热议问题