Детальный разбор выбора между коллекциями и последовательностями в Kotlin
#kotlin #collections #sequences
https://typealias.com/guides/when-to-use-sequences/
#kotlin #collections #sequences
https://typealias.com/guides/when-to-use-sequences/
Dave Leeds on Kotlin
When to Use Sequences
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.
И снова детальное сравнение коллекций и последовательностей в Kotlin. В конце есть краткие выводы, что и в каком случае лучше использовать.
#kotlin #collections #sequences
https://proandroiddev.com/collections-vs-sequences-war-of-use-cases-1f2ca06a8ac4
#kotlin #collections #sequences
https://proandroiddev.com/collections-vs-sequences-war-of-use-cases-1f2ca06a8ac4
Medium
Collections vs Sequences: War of use-cases!
A definite use-case driven guide to Collections vs Sequences in Kotlin.
Подробная статья про Kotlin Sequences. Как работает, что умеет, чем отличается от коллекций, и в каких случаях имеет смысл использовать.
#kotlin #sequences #collections
https://www.raywenderlich.com/31290959-kotlin-sequences-getting-started
#kotlin #sequences #collections
https://www.raywenderlich.com/31290959-kotlin-sequences-getting-started
kodeco.com
Kotlin Sequences: Getting Started
In this Kotlin Sequences tutorial, you’ll learn what a sequence is, its operators and when you should consider using them instead of collections.