itkpi / trembita

Model complex data transformation pipelines easily
Apache License 2.0
46 stars 3 forks source link

Integration with java.util.stream #19

Closed vitaliihonta closed 5 years ago

vitaliihonta commented 5 years ago

java.util.stream are well known and frequently used in Java projects. They have good performance so I think we should add the ability to use them as transport layer along with Vector and ParVector for sequential and parallel pipelines

vitaliihonta commented 5 years ago

DONE