Skip to content

Version 2.6

Compare
Choose a tag to compare
@pilgr pilgr released this 21 Oct 13:32
· 48 commits to master since this release

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!