MapReduce Patterns, Algorithms, and Use Cases
february 2012 by jm
'I digested a number of MapReduce patterns and algorithms to give a systematic view of the different techniques that can be found in the web or scientific articles. Several practical case studies are also provided. All descriptions and code snippets use the standard Hadoop’s MapReduce model with Mappers, Reduces, Combiners, Partitioners, and sorting.'
algorithms
hadoop
java
mapreduce
patterns
distcomp
february 2012 by jm
How does LMAX's disruptor pattern work? - Stack Overflow
november 2011 by jm
LMAX's "Disruptor" concurrent-server pattern, claiming to be a higher-throughput, lower-latency, and lock-free alternative to the SEDA pattern using a massive ring buffer. Good discussion here at SO. (via Filippo)
via:filippo
servers
seda
queueing
concurrency
disruptor
patterns
latency
trading
performance
ring-buffers
november 2011 by jm
Real-World Scala: Dependency Injection (DI)
august 2011 by jm
I think I prefer the structural-typing approach, TBH
scala
patterns
programming
oo
coding
dependency-injection
august 2011 by jm
Copy this bookmark: