is there a kotlin conccurent set? kinda only find ...
# announcements
j
is there a kotlin conccurent set? kinda only find java ones
k
There is none. Kotlin does not provide own implementations of collections, excepts for corner cases like
emptyList()
and the new immutable lists.
s
nothing wrong with using the java ones from kotlin.
j
unless you're multiplatform. you could ask https://github.com/touchlab/Stately to provide one (cc @kpgalligan)
These will all get a refresh with 1.3.50 and “relaxed mode”, most likely, and they won’t win any benchmarks, but if you need it…
j
Ah, nice. Was just going off of the readme contents.
k
Interesting. Not there. They really need an update.