https://github.com/dorkbox/storage
Save and load hash-map data structures to disk in a performant manner.
https://github.com/dorkbox/storage
Last synced: over 1 year ago
JSON representation
Save and load hash-map data structures to disk in a performant manner.
- Host: GitHub
- URL: https://github.com/dorkbox/storage
- Owner: dorkbox
- License: other
- Created: 2022-10-02T17:49:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T13:44:01.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:02.564Z (over 1 year ago)
- Language: Kotlin
- Size: 303 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dorkbox Pluggable Storage system
###### [](https://git.dorkbox.com/dorkbox/Storage) [](https://github.com/dorkbox/Storage) [](https://gitlab.com/dorkbox/Storage)
Maven Info
---------
```
...
com.dorkbox
Storage
1.11
```
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.