mattkrick / fast-bitset

A fast bitset with some nice methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 import/export of a bitSet ?

glorieux-f opened this issue · comments

Have you thought to implement an import/export of a BitSet as a base64 encoding string, so you can send or receive BitSets from server ? If you think it could be a useful feature for your project, any suggestion for the implementation is welcome, I need this kind of thing for a project. About 200 sequential bits will become a string of about 30 chars.