good first issue
倉庫指標
- 星標
- (6,582 顆星)
- PR 合併指標
- (平均合併 6天 1小時) (30 天內合併 219 個 PR)
描述
In many places we output the same set of fields and/or schema per method call, or even per batch. This can be made cheaper if we initialize them once via a LazyLock and wrapping in an Arc.
Here's an example where we construct a schema per query: