|
From: | Blake McBride |
Subject: | Re: [Bug-apl] Boolean Packing |
Date: | Thu, 20 Aug 2015 15:33:24 -0500 |
I use large bitmaps a lot in my code, so having them stored packed in the workspace is a huge issue for me.APL2 obviously packs boolean ravels 8 bits per byte. How does GNU APL store its booleans?[IBM APL2][GNU APL]
WA←⎕WA ⋄ A←1000 1000⍴1=1 ⋄ WA-⎕WA
125056
WA←⎕WA ⋄ A←1000 1000⍴1=1 ⋄ WA-⎕WA
48046080
[Prev in Thread] | Current Thread | [Next in Thread] |