Save and load hash-map data structures to disk in a performant manner.
 
 
Go to file
Robinson dcc78bba30
added unit tests for equality and hashCode
2023-02-23 20:14:33 +01:00
gradle/wrapper updated gradle 2023-02-07 21:18:04 +01:00
src/dorkbox/storage Serializer is now specified instead of unit function that manages kryo registrations 2023-02-23 20:14:09 +01:00
src9 Updated dependencies 2023-02-07 21:17:52 +01:00
test/dorkbox added unit tests for equality and hashCode 2023-02-23 20:14:33 +01:00
.gitignore Initial commit 2021-05-02 11:35:58 +02:00
LICENSE Updated dependencies 2023-02-07 21:17:52 +01:00
LICENSE.Apachev2 Initial commit 2021-05-02 11:35:58 +02:00
LICENSE.BSD3 Initial commit 2021-05-02 11:35:58 +02:00
LICENSE.MIT Initial commit 2021-05-02 11:35:58 +02:00
README.md updated version + build deps 2023-02-23 12:49:19 +01:00
build.gradle.kts updated version + build deps 2023-02-23 12:49:19 +01:00
gradle.properties Storage project wip 2021-08-23 00:54:06 -06:00
gradlew Updated gradle 2022-03-03 00:18:35 +01:00
gradlew.bat Updated gradle 2021-09-17 15:59:21 +02:00
settings.gradle.kts Initial commit 2021-05-02 11:35:58 +02:00

README.md

Dorkbox Pluggable Storage system

Dorkbox Github Gitlab

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>Storage</artifactId>
      <version>1.3</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:Storage:1.3"
}

License

This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.