Tag Archive

BitVector64 C# Source Code

Published on August 17, 2010 By RobK410

Ok, so I wrote about a nifty little structure I found within the .NET framework and in doing some searching found that a BitVector64 didn’t exist anywhere. So being bored, and figuring it would only take me a couple hours, I went ahead and did an implementation of a 64-bit version of the BitVector32 structure. [...]

My BitVector kicks your BitArray’s Arse

Published on August 29, 2007 By RobK410

So I was stumbling through the MSDN docs today (because I’m into digging in the docs from time to time) and came across a gem I had not seen before. BitVector32. Now for those of you who have no need to do any sort of bit manipulation, evaluation, etc. please move on, but for those [...]