When should you use Kotlin sequences? And when should you use normal collections? In this article, we'll look at some of the characteristics that can have the biggest impact on performance.
Learn how to create your very own sequence operation by understanding how Kotlin's sequences work on the inside.
An illustrated introduction to Sequences in Kotlin - easy-to-understand diagrams that demonstrate the difference between regular collection operations and sequence operations.
Get the best performance out of Kotlin's Inline Classes feature by understanding when they're inlined and when they're autoboxed.
An introduction to Kotlin's inline value classes, which can give you strong types for simple values - without sacrificing performance.