Difference between revisions of "Publications/duret.01.ae"
From LRDE
Line 13: | Line 13: | ||
| project = Software |
| project = Software |
||
| urllrde = 200105-Ae |
| urllrde = 200105-Ae |
||
− | | abstract = High-order matrix or vector expressions tend to be penalized by the use of huge temporary variables. Expression templates is a C++ technique which can be used to avoid these temporaries, in a way that is transparent to the user. We present an Ada adaptation of this technique which - while not transparent - addresses the same efficiency issue as the original. We make intensive use of the signature idiom to combine packages |
+ | | abstract = High-order matrix or vector expressions tend to be penalized by the use of huge temporary variables. Expression templates is a C++ technique which can be used to avoid these temporaries, in a way that is transparent to the user. We present an Ada adaptation of this technique which - while not transparent - addresses the same efficiency issue as the original. We make intensive use of the signature idiom to combine packages togetherand discuss its importance in generic programming. Finally, we express some concerns about generic programming in Ada. |
| lrdekeywords = Software engineering |
| lrdekeywords = Software engineering |
||
| type = inproceedings |
| type = inproceedings |
Revision as of 09:01, 25 June 2014
- Authors
- Alexandre Duret-Lutz
- Where
- Proceedings of the 6th International Conference on Reliable Software Technologies (Ada-Europe)
- Place
- Leuven, Belgium
- Type
- inproceedings
- Publisher
- Springer-Verlag
- Keywords
- Software engineering
- Date
- 2001-05-01
Abstract
High-order matrix or vector expressions tend to be penalized by the use of huge temporary variables. Expression templates is a C++ technique which can be used to avoid these temporaries, in a way that is transparent to the user. We present an Ada adaptation of this technique which - while not transparent - addresses the same efficiency issue as the original. We make intensive use of the signature idiom to combine packages togetherand discuss its importance in generic programming. Finally, we express some concerns about generic programming in Ada.
Bibtex (lrde.bib)
@InProceedings{ duret.01.ae, author = {Alexandre Duret-Lutz}, title = {Expression templates in {A}da~95}, booktitle = {Proceedings of the 6th International Conference on Reliable Software Technologies (Ada-Europe)}, year = 2001, series = {Lecture Notes in Computer Science Series}, volume = 2043, address = {Leuven, Belgium}, month = may, publisher = {Springer-Verlag}, pages = {191--202}, note = {Best Paper Award.}, project = {Software}, abstract = {High-order matrix or vector expressions tend to be penalized by the use of huge temporary variables. Expression templates is a C++ technique which can be used to avoid these temporaries, in a way that is transparent to the user. We present an Ada adaptation of this technique which - while not transparent - addresses the same efficiency issue as the original. We make intensive use of the signature idiom to combine packages together, and discuss its importance in generic programming. Finally, we express some concerns about generic programming in Ada.} }