Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 333 Bytes

lambda-io

An IO monad for Java built on top of lambda

Samples: 10000000
=== Sync: Old FlatMap ===
Building...built (7062 ops/ms). Running...finished: 10000000 (945 ops/ms).
=== Sync: New FlatMap ===
Building...built (11961 ops/ms). Running...finished: 10000000 (10362 ops/ms).
Build new-vs-old: 170%
Run new-vs-old: 1096%