Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-10-21 | 476 Bytes | |
Version 2.6 source code.tar.gz | 2017-10-21 | 96.5 kB | |
Version 2.6 source code.zip | 2017-10-21 | 123.3 kB | |
Totals: 3 Items | 220.3 kB | 0 |
New API:
* Paper.bookOn(path)
to set custom storage location;
* book.getPath()
or book.getPath(key)
to get path for content of book or key.
Improvements:
* simultaneous read/write for different keys, up to 97% performance gain per thread.
* name change: use book.contains(key)
instead of deprecated book.exist(key)
Thanks @hiperioncn and @cezar-carneiro for your contribution!