Immutable Collections should be Your Default
Mutable collection types should only be used strategically, with purpose, otherwise for correctness/safety purposes, the default should be immutable collection types, aka persistent data structures. Alexandru Nedelcu (@alexelcu) |
Data Transformations in Scala with Gallia: Version 0.4.0 Is Out
This is a follow-up article to my previous introduction to Gallia, a schema-aware data transformation library in Scala. Anthony Cros (@anthony_cros) |
Quine 1.4.0: Scale, Stability, Supernode Mitigation
Quine is a streaming graph interpreter; a server-side program that consumes data, builds it into a stateful graph structure, and runs live computation on that graph to answer questions or compute results. Those results stream out in real-time. Michael Aglietti (@michaelaglietti) |