Changeset 70672e3 for src/Patterns/Observer.cpp
- Timestamp:
- Dec 22, 2010, 5:20:21 PM (15 years ago)
- Children:
- cdf2e4
- Parents:
- 9098f9
- File:
-
- 1 edited
-
src/Patterns/Observer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/Observer.cpp
r9098f9 r70672e3 34 34 // this is more efficient if many objects can be observed (inherit from observable) 35 35 // but only few are actually coupled with observers. E.g. TMV has over 500.000 Atoms, 36 // which might become observable. Handling Observ erable infrastructure in each of36 // which might become observable. Handling Observable infrastructure in each of 37 37 // these would use memory for each atom. By handling Observer-infrastructure 38 38 // here we only need memory for objects that actually are observed.
Note:
See TracChangeset
for help on using the changeset viewer.
