PerformancePitfall

annotation class PerformancePitfall(val message: String = "Potential performance problem")(source)

Marks API that could cause performance problems. The code marked by this API is unnecessary slow but could cause slow-down in some cases. Refer to the documentation and benchmark it to be sure.

Properties

Link copied to clipboard