Does anyone have some hard numbers on the expected performance uplift when using GADTs? Couldn't see any mentioned in the article.
replies(1):
Hard to say exactly how much performance one would get, as that depends on access patterns.
Of course it depends on your use case, in some cases a compact byte array performs better anyway, for instance because now you're able to fit it in your CPU cache.