Skip to content

treble37/concurrent_tree

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 

ConcurrentTree

This is a proving ground to test all the concepts I'm learning in Elixir - OTP, supervision, ets, etc.

Feature Checklist

  • Add ets cache for storing numbers on worker computation [done]
  • Add CLI interface to fire up multiple workers to do multiple Fibonacci computations

Installation

If available in Hex, the package can be installed by adding concurrent_tree to your list of dependencies in mix.exs:

def deps do
  [{:concurrent_tree, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/concurrent_tree.

About

Experiments with Elixir / ETS / OTP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages