h4nek / flink-rc

A reservoir computing library for Apache Flink framework
Apache License 2.0
0 stars 0 forks source link

Faster methods using Java streams #8

Open h4nek opened 4 years ago

h4nek commented 4 years ago

One way to make methods faster should be by using Java 8 Streams instead of regular loops, etc.