-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(expr): prebuild the AC for
to_char
(#7048)
As title, put it on lazy-static to avoid building every time. bench | Before time(us) | After time(us) | Change(%) -- | -- | -- | -- to_char(timestamp,varchar) | 11060.000 | 283.900 | -97.4% Approved-By: TennyZhuang
- Loading branch information
1 parent
d28768e
commit a182b43
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters