BigDecimal Storage

Efficient storage for BigDecimal in special cases

Лицензия

Лицензия

MIT
Группа

Группа

com.github.marschall
Идентификатор

Идентификатор

bigdecimal-storage
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

BigDecimal Storage
Efficient storage for BigDecimal in special cases

Скачать bigdecimal-storage

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.marschall/bigdecimal-storage/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>bigdecimal-storage</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/bigdecimal-storage/
implementation 'com.github.marschall:bigdecimal-storage:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/bigdecimal-storage/
implementation ("com.github.marschall:bigdecimal-storage:0.1.0")
'com.github.marschall:bigdecimal-storage:jar:0.1.0'
<dependency org="com.github.marschall" name="bigdecimal-storage" rev="0.1.0">
  <artifact name="bigdecimal-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='bigdecimal-storage', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "bigdecimal-storage" % "0.1.0"
[com.github.marschall/bigdecimal-storage "0.1.0"]

Зависимости

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.2.0
org.junit.jupiter : junit-jupiter-params jar 5.2.0
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.junit.platform : junit-platform-launcher jar 1.2.0
org.assertj : assertj-core jar 3.9.1
org.openjdk.jol : jol-core jar 0.9

Модули Проекта

Данный проект не имеет модулей.

BigDecimal Storage

Efficient storage for BigDecimal in special cases.

  • a 128 bit integer can hold a scale of up to 8 (4 bits) and a 120 bit mantissa
    • commonly has a footprint of 32 bytes
  • a 96 bit integer can hold a scale of up to 8 (4 bits) and a 84 bit mantissa
    • commonly has a footprint of 24 bytes
  • conversion methods between a long and a 64bit big decimal with 6 decimal places

Версии библиотеки

Версия
0.1.0