December Tech Meeting
Download the presentations from our December tech meeting:
Disruptor by Allard Buijze (including a link to a recorded version)
In this presentation Allard Buijze introduces the Disruptor, a pioneering open-source framework developed by LMAX, a British retail financial trading platform with the ability to process many trades with low latency. This trading system is built on the JVM platform and centers on a disruptor-based Business Logic Processor that can handle 6 million orders per second on a single thread. It provides a refreshing look at how tasks within threads can be distributed. Both Disruptor
How Scala can give you maintainable code by Frank Versnel
An explanation on how Scala can give you maintainable code by assessing several of the
language's features on the ISO maintainability characteristics and the SIG maintainability model.
A general introduction to the language is also covered in this presentation.