Skip to content

#227 ReferenceElements don't use proper singletons

Metadata

Property Value
Reported by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Reported at Jan 4, 2007 18:59
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Oliver Sander (oliver.sander@tu-dresden.de)
Last edited at May 31, 2009 16:18
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at May 31, 2009 16:18
Closed in version Unknown
Resolution Implemented
Comment The new GenericReferenceElements are implemented as proper singletons. The old ReferenceElements will go aways.

Description

ReferenceElements should use singletons with on demand creation. This would reduce startup time and compile time.

Perhaps we should write reusable singleton classes in dune-common, but I'm unsure.