首页> 外文会议>USENIX conference on object-oriented technologies and systems;COOTS >Extending the Standard Template Library for Parallelism in Coir
【24h】

Extending the Standard Template Library for Parallelism in Coir

机译:扩展Coir 中并行性的标准模板库

获取原文

摘要

The Standard Template Library (STL) [15,19] is a C++ implementation of the generic programming paradigm [16]. Unlike in typical container class libraries, algorithms in this papradigm do not work directly on collection container objects. They work on iterators (access and traversal objects) exported by containers. Given N data types, M containers, and K algorithms as components of a software system, STL provides a mechanism - using C++ templates and the generic programming paradigm - to reduce the possibly N * M * K implementations to N + M + K implementations.
机译:标准模板库(STL)[15,19]是通用编程范例[16]的C ++实现。与典型的容器类库不同,此papradigm中的算法不能直接在集合容器对象上工作。它们在容器导出的迭代器(访问和遍历对象)上工作。给定N个数据类型,M个容器和K个算法作为软件系统的组件,STL提供了一种机制-使用C ++模板和通用编程范例-将可能的N * M * K实现减少为N + M + K实现。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号