Files
kotlin-fork/libraries/stdlib/js
Abduqodiri Qurbonzoda b67ebf36a2 Implement optimized removeRange for ArrayDeque #KT-64956
Test ArrayDeque with size 15. With the existing sizes the removeRange
implementation couldn't reach the maximum number of iterations - 3.

Benchmark results for ArrayDeque.subList().clear() that uses
removeRange() can be found here:
https://github.com/qurbonzoda/KotlinArrayDequeBenchmarks/tree/master/results
2024-01-30 22:37:25 +00:00
..

Kotlin Standard Library for JS

This directory contains Kotlin/JS specific sources of Kotlin standard library that are used together common sources to produce the kotlin-stdlib-js artifact.

Additional sources are copied during the build from /core/builtins/ except those builtins that have a more specific version for K/JS (see builtins subdirectory).