cestella / stream_entropy

Simple project testing metron stellar entropy alternate stream implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stream_entropy

This is a simple test project to try to use java 8 streams instead of for loops for an entropy function being developed in the Apache Metron project [PR#872][apache/metron#872]

I have taken the unit test data, and validated that we get the same value calling with for loops or the stream version I have done

About

Simple project testing metron stellar entropy alternate stream implementation

License:Apache License 2.0


Languages

Language:Java 100.0%