|
|
|
|
|
by asdf1234
3926 days ago
|
|
> Having to convert out to streams for data structure manipulation with lambdas is insane I don't see why. It's explicit and allows you to chain higher order methods without building up a ton of intermediate data structures and convert to any data structure you like very efficiently. It's still not efficient as imperative approaches but it's close enough and far better than most collection libraries. |
|