/binaryprefs

Rapidly fast and lightweight re-implementation of SharedPreferences which stores each preference in files separately, performs disk operations via NIO with memory mapped byte buffers and works IPC (between processes). Written from scratch.

Primary LanguageJavaApache License 2.0Apache-2.0

Issues