[This is preliminary documentation and is subject to change.]
Non-garbage collected hash table for atoms.
It stores strings as atoms so that atoms can be quickly compared to
with O(1) complexity. The instance of this table is statically maintained
and its content is never cleared. The table contains a unique
list of strings represented as atoms added throughout the lifetime
of the application.
Inheritance Hierarchy

NFX.Erlang AtomTable
Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also