neontorrent

Results 11 comments of neontorrent

Go to stackoverflow to ask this type of question. Github issue is not for helping on how to use. Plus this is the wrong repo

java applications are insanely slow too

Agree with this. If the type is final and incompatible, an error is currently being emitted. But this is also a very common case where it is possible but unlikely...

What's more concerning to me is how Map creates a Tuple2 for every MapNode iteration, like `map`, `foreach` etc. for most Map implementation. In `HashMap`, `MapKeyValueTupleIterator` creates a Tuple2 for...

It’s now May 2020 and it’s still not updated to reflect the status in the code repo.

I believe the new way of avoiding intermediate collection in 2.13 is using view after we got rid of CanBuildFrom.

I am all optimizing the apply method for all collections, but OP's proposal is a solution if the optimization cannot be implemented promptly as it is much easier.

I am for adding lazy sort for view and iterator

Either way it works for me. It is not a lazy operation but I think it just conforms to the new way of collection conversion, which is using `view`, and...

Thanks for creating a FR. This is also related to the existing issue https://github.com/scala/bug/issues/1470 in that Scala does not have a default value for Any and AnyVal: scala> new Array[AnyVal](2)...