vix.ing · top · new · best · stats · spec

Data Access - Experiences Implementing an Object Oriented Library on Various Platforms

2001/11/12 by R. Lange, J. Hill
Computer Science · #cs.SE #cs.DS

paper · pdf

published as eConf C011127 (2001) THAP015 · Poster paper submitted to ICALEPCS'01, San Jose, Nov. 2001, PSN# THAP015, 3 pages, PDF (source: M$ Office 2000)

arxiv created 2001/11/12 · arxiv updated 2009/11/30

Abstract

Data Access will be the next generation data abstraction layer for EPICS. Its implementation in C++ brought up a number of issues that are related to object oriented technology's impact on CPU and memory usage. What is gained by the new abstract interface? What is the price that has to be paid for these gains? What compromises seem applicable and affordable? This paper discusses tests that have been made about performance and memory usage as well as the different measures that have been taken to optimize the situation.

Related