JuliaAtoms / AtomicLevels.jl

https://juliaatoms.org/AtomicLevels.jl
Other
12 stars 3 forks source link

Lazy representation of lists of CSFs #47

Open mortenpi opened 5 years ago

mortenpi commented 5 years ago

Currently, when you have a list of CSFs (a CSL), we store them as a Vector of CSF objects. But there is actually a lot of repeating information there, so I think we could have sort of lazy and/or interned representations of CSLs. Might be handy when working with large CSLs.