延迟加载的反面是什么?

发布于 2024-10-26 07:06:11 字数 27 浏览 1 评论 0原文

是否有与延迟加载相反的通用术语/流行语?

Is there a common term / catch-phrase for the opposite of lazy loading?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

手长情犹 2024-11-02 07:06:11

延迟加载的反义词是渴望加载。

渴望加载本质上是在您请求时计算任务。

延迟加载是指仅在需要时才进行计算。

The oposite term for lazy loading is eager loading.

Eager loading is essentially computing the tasks when you ask for it.

Lazy Loading is when you only do the computation when it is required.

萌无敌 2024-11-02 07:06:11

我见过同时使用术语“急切加载”和“积极初始化”。

I've seen the terms "Eager Loading" and "Aggressive Initialization" both used.

分分钟 2024-11-02 07:06:11

我想说与惰性加载相反的是主动加载,即在真正需要之前提前加载某些内容。

然而,当你有 3 个实体时,很难选择对立面 {lazy, eager, proactive}

I'd say that the opposite of lazy is proactive loading, i.e. loading something in advance, before it's really needed.

However it's hard to pick the opposites when you have 3 entities {lazy, eager, proactive}

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文