Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Data Structures for Erlang

  • Finger Tree - backed catenable queues (faster than Erlang queue)
  • Priority Queues - don't exist in erlang, but can be implemented with sets
  • Arraylists (Lists with O(1) concatenation and O(log(n)) update)

About

Functional Data Structures in Erlang and Elixir

Resources

Stars

13 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages