Save and load hash-map data structures to disk in a performant manner.
Go to file
2021-08-23 00:54:06 -06:00
gradle/wrapper Initial commit 2021-05-02 11:35:58 +02:00
src/dorkbox/storage Storage project wip 2021-08-23 00:54:06 -06:00
src9 Storage project wip 2021-08-23 00:54:06 -06:00
test/dorkbox Initial commit 2021-05-02 11:35:58 +02:00
.gitignore Initial commit 2021-05-02 11:35:58 +02:00
build.gradle.kts Storage project wip 2021-08-23 00:54:06 -06:00
gradle.properties Storage project wip 2021-08-23 00:54:06 -06:00
gradlew Initial commit 2021-05-02 11:35:58 +02:00
gradlew.bat Initial commit 2021-05-02 11:35:58 +02:00
LICENSE Storage project wip 2021-08-23 00:54:06 -06: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 Storage project wip 2021-08-23 00:54:06 -06:00
settings.gradle.kts Initial commit 2021-05-02 11:35:58 +02:00

Dorkbox Pluggable Storage system

Dorkbox Github Gitlab

Maven Info

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

Gradle Info

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

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.