Hello! I'm looking to implement a validator in a pretty performance critical area - so have been comparing some of the data contracts used, and in each test thrown together, ArkType is easily faster.... apart from one where a string is piped through a couple of stages
In this scenario, ArkType is about 10x slower. It's still very quick, so there's no concerns about anything; I'm just wondering if I'm missing a trick when writing the type that'd speed things up?