Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yandextaxitech/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.
https://github.com/yandextaxitech/binaryprefs
android disk ipc preferences serialization sharedpreferences storage
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/yandextaxitech/binaryprefs
- Owner: yandextaxitech
- License: apache-2.0
- Created: 2016-12-12T08:51:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T14:39:39.000Z (over 4 years ago)
- Last Synced: 2024-08-02T19:36:29.168Z (6 months ago)
- Topics: android, disk, ipc, preferences, serialization, sharedpreferences, storage
- Language: Java
- Homepage:
- Size: 1.2 MB
- Stars: 500
- Watchers: 20
- Forks: 35
- Open Issues: 11
Awesome Lists containing this project
- awesome-list - yandextaxitech/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. (Java)