Save and load hash-map data structures to disk in a performant manner.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Robinson bd1a4159bb
updated version
4 weeks ago
gradle/wrapper updated gradle 1 month ago
src/dorkbox/storage updated version 4 weeks ago
src9 Updated dependencies 1 month ago
test/dorkbox added unit tests for equality and hashCode 4 weeks ago
.gitignore Initial commit 2 years ago
LICENSE Updated dependencies 1 month ago
LICENSE.Apachev2 Initial commit 2 years ago
LICENSE.BSD3 Initial commit 2 years ago
LICENSE.MIT Initial commit 2 years ago
README.md updated version 4 weeks ago
build.gradle.kts updated version 4 weeks ago
gradle.properties Storage project wip 2 years ago
gradlew Updated gradle 1 year ago
gradlew.bat Updated gradle 2 years ago
settings.gradle.kts Initial commit 2 years ago

README.md

Dorkbox Pluggable Storage system

Dorkbox Github Gitlab

Maven Info

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

Gradle Info

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

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.