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: