Save and load hash-map data structures to disk in a performant manner.
 
 
Go to file
Robinson 63af4278b7
updated build deps
2023-12-18 14:43:51 +01:00
gradle/wrapper updated gradle 2023-08-20 13:20:33 +02:00
src/dorkbox/storage Version 1.11 2023-09-13 16:14:04 +02:00
src9 Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 16:13:32 +02:00
test/dorkbox WIP, json support. 2023-08-06 00:42:52 -06:00
.gitignore Initial commit 2021-05-02 11:35:58 +02:00
LICENSE updated build deps 2023-12-18 14:43:51 +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.CC0 added cc0 license 2023-08-08 23:43:56 -06:00
LICENSE.MIT Initial commit 2021-05-02 11:35:58 +02:00
README.md Version 1.11 2023-09-13 16:14:04 +02:00
build.gradle.kts updated build deps 2023-12-18 14:43:51 +01:00
gradle.properties Storage project wip 2021-08-23 00:54:06 -06:00
gradlew updated gradle 2023-08-20 13:20:33 +02:00
gradlew.bat updated gradle 2023-08-20 13:20:33 +02:00
settings.gradle.kts Hardcoded project name 2023-08-06 00:49:05 -06:00

README.md

Dorkbox Pluggable Storage system

Dorkbox Github Gitlab

Maven Info

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

Gradle Info

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

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.