From: Chris Morgan Date: Thu, 12 Jun 2014 12:59:03 +0000 (+1000) Subject: Skip type checking in from-Any casting. X-Git-Tag: 0.9.1~24 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/8c1b4578cc1e307a7e7fff6152fc904c4e8d4371?hp=8c1b4578cc1e307a7e7fff6152fc904c4e8d4371 Skip type checking in from-Any casting. We know the type with certainty already. This should make a microscopic improvement in perf. ---