issues
search
diffpy
/
libdiffpy
DiffPy C++ library for calculation of PDF and other real-space quantities
Other
7
stars
13
forks
source link
optimize double attribute set/get visitors
#17
Open
pavoljuhas
opened
6 years ago
pavoljuhas
commented
6 years ago
Avoid iterating over the object hierarchy twice.
[ ] Add
getStorage
friendly method to BaseAttributesVisitor.
[ ] Convert GetDoubleAttrVisitor, SetDoubleAttrVisitor into private objects.
[ ] add
execute
method to Get/Set visitors to be called at a very end.
Avoid iterating over the object hierarchy twice.
getStorage
friendly method to BaseAttributesVisitor.execute
method to Get/Set visitors to be called at a very end.