Aleksandar Prokopec is a research assistant in the School of Computer and Communication Sciences at the EPFL in Switzerland, working in the LAMP laboratory under the supervision of dr. Martin Odersky. He received his Master degree at the Faculty of E
Talks I've Given
-
2
Macro-based Scala Parallel Collections
Featuring Alex Prokopec and Dmitry Petrashko
This talk addresses Macro-based Scala Parallel Collections with a particular focus on what the new design means for the users.
scala-macros parallel-collections scala akka scalax -
Scala Performance Regression Testing
Featuring Alex Prokopec
This talk will introduce the Scala Performance Regression Testing Suite, a library for writing performance tests. The goal of the library is to provide an automated performance test suite - and it's first application will be the Scala Collections API.
scala regression-testing testing -
Parallel Concurrent Hash Tries
Featuring Alex Prokopec
In this talk, Aleksander describes the parallel concurrent trie data structured which became the part of the Scala collections framework in version 2.10
scala -
Parallel Collections
Featuring Alex Prokopec
Alex Prokopec will describe how the Parallel Collections were created, how the architecture works, an under-the-bonnet look at their use. Parallel collections provide a simple and intuitive way to utilize the power of multi-core systems for a broad range of problem types.
parallel-collections architecture