On Sat, Aug 18, 2012 at 12:30 AM, Henning Pohl <henn...@still-hidden.de> wrote: > Sorry, I meant function types like > > void function(int i, string s)
I'm not sure how you can have dynamically-given functions and statically-determined types? Did you try to either fuse the repeated types (that is, getting a set and not a tuple) and pointing to the correct type anyway? Or, you can try to divide your tuple into smaller stores of, say, 256 types.