Skip to content

rdoyleSL/akka-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-scala

An introduction to the Akka framework using the Scala language.

This repository contains a simple example of the Akka framework. It uses Akka actors to calculate whether complex numbers lie in the Mandelbrot Set. Through delegating the computation for ranges of complex numbers to different actors, we can perform the calculations concurrently and decrease the time it takes to calculate the complete range of complex numbers.

About

An introduction to the Akka framework using Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages