-
Rafael Mendonça França authored
Before this patch we were appeding a new date in front of an already existing date what was making the fast path of the type cast to not trigger. The following benchmark was used to drive this implementation: https://gist.github.com/rafaelfranca/0f71c00613f924fcbcdb14b95e6f7661 Closes #41316.
Rafael Mendonça França authoredBefore this patch we were appeding a new date in front of an already existing date what was making the fast path of the type cast to not trigger. The following benchmark was used to drive this implementation: https://gist.github.com/rafaelfranca/0f71c00613f924fcbcdb14b95e6f7661 Closes #41316.
Loading