An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Dorkbox Pluggable Storage system

###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/Storage) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/Storage) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](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.