Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 371 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 371 Bytes

portability-libs

This directory contains two libraries relating to Erlang performance portability:

  • attr: code for equipping Erlang nodes with attributes which can then be used by other nodes as a basis for deciding where to spawn processes.

  • dist: code for an abstract model of communication distances, again for use in deciding where to spawn processes.