nealkumar / JBrew

The JBrew library collection is a set of of Java & JNI utility libraries featuring native facades that precisely tune elected garbage-collection sensitive operations for downstream consumers with use-cases hindered by the Java Memory Model. The library also seeks to abstract away syntax pitfalls in concurrency through its Task framework.
https://jbrew.org/
BSD 3-Clause Clear License
0 stars 0 forks source link

Create a Brewer in Espresso / Cappuccino #156

Open nealkumar opened 4 years ago

nealkumar commented 4 years ago

Describe the solution you'd like A Builder interface tying together all elements of the Espresso / Cappuccino library, with the option to aggregate operations together, either sequentially or in parallel.

eg... Brewer.filter(int[], Comparator (w/ default greater than, less than, 0, !0).sum();