[Issue 3568] BitArray Indexing Should Use ulong

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 3 13:07:07 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3568



--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> 2009-12-03 13:07:06 PST ---
2^32 bits takes up 536MB.  Do you need a bit array greater than that size?  It
seems a bit excessive to allow larger arrays, making compiled code more complex
for indexing.

Perhaps the index type can be templated if you want a larger one.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list