-
Committer:
John Arbash Meinel
-
Date:
2009-10-21 18:59:47 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4771.
-
Revision ID:
john@arbash-meinel.com-20091021185947-zud32qo2zi7xlglt
Change the testing layer so that CHKMap is tested using tuples.
For now, it makes life easier, so go ahead and do it.
Potentially we want to have a debug flag that indicates when tuples are being used.
Because passing in a tuple wastes memory, if we then convert it to a StaticTuple.
The main reason to be type strict is because we want to use StaticTuple as much
internally as we can, and it eases some of the extension writing, since we don't
have to handle packing multiple object types, etc.