On 28 Mar 2011, at 5:09am, Nico Williams wrote:

> On Mar 27, 2011 10:20 PM, "Darren Duncan" <dar...@darrenduncan.net> wrote:
>> 
>> 
>> SQLite already has Blobs, and I see those as being exactly the same thing
> 
> Blobs are _octet_ strings.  Sure, one could write functions that encode and
> manipulate bit strings as blobs were the first octet (or three bits from it)
> encodes the remainder of the bit string length div 8.

Why bother ?  It'd either be slow or involve a long lookup table.  Just use the 
ASCII codes for '0' and '1' as your octets.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to