1 repo
Tools for serializing collections of boolean flags into compact bit-mapped data structures.
Distinguishing note: Focuses on data serialization efficiency rather than general-purpose data storage.
Explore 1 awesome GitHub repository matching software engineering & architecture · Bitwise Encoding Utilities. Refine with filters or upvote what's useful.
Cloudreve is a self-hosted cloud storage platform designed to provide personal and organizational file management. It functions as a web-based solution that allows users to store, organize, and share digital files across multiple devices while maintaining control over their own data infrastructure. The platform distinguishes itself through a storage backend abstraction layer, which provides a unified interface to manage files across diverse local and remote cloud providers. It incorporates a robust identity and authorization layer that supports standard OAuth 2.0 flows for secure third-party
Convert collections of boolean flags into compact strings by mapping each individual flag to a specific bit within a byte slice for efficient data storage.