mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
This drastically improves performance for now, since the previous Adapter implementation was at least O(n^2). While the Adapter implementation could have been reduced to O(n), the Signature of StatelessCommonizer was misleading. StatelessCommonizer will be introduced back later when other Commonizer implementations are ready to be converted to a new Signature.