Skip to content
Snippets Groups Projects
  • Marco Biasini's avatar
    a0970ace
    reduce memory consumption of atom properties · a0970ace
    Marco Biasini authored
    the default atom properties for each element are shared. Upon changing
    one of the properties, the properties are copied and stored locally
    for that atom. That way, we have the advantage of low memory consumption
    while still keeping the previous flexibility.
    a0970ace
    History
    reduce memory consumption of atom properties
    Marco Biasini authored
    the default atom properties for each element are shared. Upon changing
    one of the properties, the properties are copied and stored locally
    for that atom. That way, we have the advantage of low memory consumption
    while still keeping the previous flexibility.