Abduqodiri Qurbonzoda
Abduqodiri Qurbonzoda
Benchmark parameters adjustment and benchmark result files will be removed before merging. Introducing `CollisionTrieNode` for collision nodes (polymorphism approach) adds significant performance losses, see hashSet regressions: https://teamcity.jetbrains.com/viewLog.html?buildId=2469110&buildTypeId=KotlinTools_KotlinxCollectionsImmutable_BenchmarkHashIterations&tab=artifacts#%2FbenchmarkResults Thus, collision nodes...
Canonicalization of collision nodes may help.
Currently, if warmup (or measurement) iteration count is not defined in the configuration script and in the annotation for a benchmark, the default value in JVM is `5` while in...
Currently, both warmup and measurement iterations use `iterationTime` and `iterationTimeUnit` values defined in the configuration script. `@Warmup` annotation only defines `iterations` value leaning on `@Measurement` `time` and `timeUnit` values. When...
Move NativeFork enum out of common source set as well.
On current moment, plugin is not in classpath of integration module, because `plugin` is included build (to use current version of plugin in examples). We can add it to classpath...
This issue is to discuss the proposal to introduce case conversion API that do not depend on the default locale settings in standard library. The new API includes: * `String.uppercase():...