Closed7

Jetpack Composeの最適化のために「strong skipping mode」が用意されるかも?

ikemura23ikemura23

以下の記事で見かけたが、Composeに「強力なスキップモード」が導入されるかも?
https://jetc.dev/issues/187.html#how-important-is-stable

原文

The original vision of Compose was that stability — correctly determining what has not changed — would be inferred by the compiler without much help. Some developers more aggressively use @Stable and @Immutable to help out the compiler. However, before long, strong skipping mode may reduce the need for such manual interventions, as we see in this week’s highlighted Kotlinlang #compose Slack thread.

日本語訳

Composeの当初の構想では、安定性(何が変更されていないかを正しく判断すること)は、コンパイラがあまり手助けをしなくても推測できるものだった。開発者の中には、@Stableや@Immutableを積極的に使ってコンパイラを助けている人もいる。しかし、今週の注目のKotlinlang #compose Slackスレッドにあるように、やがて強力なスキップモードによって、そのような手動介入の必要性が減るかもしれません。

このスクラップは2023/10/25にクローズされました