Save and load hash-map data structures to disk in a performant manner.
Go to file
Robinson 6017331f6b
Removed KotlinLogging (it has a niche usage that did not apply)
2023-09-13 16:13:32 +02:00
gradle/wrapper updated gradle 2023-08-20 13:20:33 +02:00
src/dorkbox/storage Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 16:13:32 +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 Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 16:13:32 +02: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.10 2023-09-07 18:11:30 +02:00
build.gradle.kts Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 16:13:32 +02: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.10</version>
    </dependency>
</dependencies>

Gradle Info

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

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.