Save and load hash-map data structures to disk in a performant manner.
Go to file
Robinson ddd45db1d5
Added empty files for jpms modules
2022-03-03 00:58:39 +01:00
gradle/wrapper Updated gradle 2022-03-03 00:18:35 +01:00
src/dorkbox/storage Updated version + dependencies 2022-03-03 00:32:02 +01:00
src9 Added empty files for jpms modules 2022-03-03 00:58:39 +01:00
test/dorkbox code polish 2022-03-03 00:35:39 +01:00
.gitignore Initial commit 2021-05-02 11:35:58 +02:00
LICENSE added agrona to test deps 2022-03-03 00:35:58 +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 + dependencies 2022-03-03 00:32:02 +01:00
build.gradle.kts added agrona to test deps 2022-03-03 00:35:58 +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.0.1</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.