咨询与建议

限定检索结果

文献类型

  • 7 篇 会议
  • 6 篇 期刊文献
  • 1 篇 学位论文

馆藏范围

  • 14 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 12 篇 工学
    • 9 篇 计算机科学与技术...
    • 8 篇 软件工程
  • 1 篇 理学
    • 1 篇 数学

主题

  • 14 篇 parallel functio...
  • 2 篇 performance
  • 2 篇 fault tolerance
  • 2 篇 strategies
  • 2 篇 skeletons
  • 2 篇 locality control
  • 2 篇 haskell
  • 2 篇 measurement
  • 1 篇 program transfor...
  • 1 篇 distributed-memo...
  • 1 篇 java (linguagem ...
  • 1 篇 quickcheck
  • 1 篇 skeleton strateg...
  • 1 篇 programming
  • 1 篇 communication to...
  • 1 篇 load balancing
  • 1 篇 gpgpu
  • 1 篇 adaptive paralle...
  • 1 篇 linguagens funci...
  • 1 篇 graph reduction

机构

  • 2 篇 heriot watt univ...
  • 2 篇 univ glasgow sch...
  • 2 篇 heriot watt univ...
  • 2 篇 microsoft res ca...
  • 1 篇 eotvos lorand un...
  • 1 篇 univ complutense...
  • 1 篇 catholic univ ni...
  • 1 篇 univ utrecht utr...
  • 1 篇 universidade fed...
  • 1 篇 heriot watt univ...
  • 1 篇 universidade fed...
  • 1 篇 associação de en...
  • 1 篇 lind art & techn...
  • 1 篇 tokyo univ agr &...
  • 1 篇 eindhoven univ t...
  • 1 篇 phillips-univers...
  • 1 篇 philipps univ ma...
  • 1 篇 univ complutense...
  • 1 篇 chalmers univ te...

作者

  • 3 篇 loidl hans-wolfg...
  • 2 篇 maier p.
  • 2 篇 trinder p. w.
  • 2 篇 trinder phil
  • 2 篇 marlow simon
  • 2 篇 maier patrick
  • 2 篇 stewart r.
  • 2 篇 aswad mustafa k.
  • 1 篇 mischa dieterle
  • 1 篇 takechi m
  • 1 篇 van den haak lar...
  • 1 篇 berthold jost
  • 1 篇 f. h. carvalho
  • 1 篇 rita loogen
  • 1 篇 smallbone nichol...
  • 1 篇 plasmeijer r
  • 1 篇 hidalgo-herrero ...
  • 1 篇 du bois andre ra...
  • 1 篇 svensson bo joel
  • 1 篇 zsók v

语言

  • 11 篇 英文
  • 3 篇 其他
检索条件"主题词=parallel functional programming"
14 条 记 录,以下是1-10 订阅
排序:
QuickerCheck Implementing and Evaluating a parallel Run-Time for QuickCheck  35
QuickerCheck Implementing and Evaluating a Parallel Run-Time...
收藏 引用
35th Symposium on Implementation and Application of functional Languages (IFL)
作者: Krook, Robert Smallbone, Nicholas Svensson, Bo Joel Claessen, Koen Chalmers Univ Technol Gothenburg Sweden Lind Art & Technol Stockholm Sweden
This paper introduces a new parallel run-time for QuickCheck, a Haskell library and EDSL for specifying and randomly testing properties of programs. The new run-time can run multiple tests for a single property in par... 详细信息
来源: 评论
Accelerating Nested Data parallelism: Preserving Regularity  26th
Accelerating Nested Data Parallelism: Preserving Regularity
收藏 引用
26th International Conference on parallel and Distributed Computing (Euro-Par)
作者: van den Haak, Lars B. McDonell, Trevor L. Keller, Gabriele K. de Wolff, Ivo Gabe Eindhoven Univ Technol Eindhoven Netherlands Univ Utrecht Utrecht Netherlands
Irregular nested data-parallelism is a powerful programming model which enables the expression of a large class of parallel algorithms. However, it is notoriously difficult to compile such programs to efficient code f... 详细信息
来源: 评论
Colocation of Potential parallelism in a Distributed Adaptive Run-Time System for parallel Haskell  1
收藏 引用
19th International Symposium on Trends in functional programming (TFP)
作者: Belikov, Evgenij Loidl, Hans-Wolfgang Michaelson, Greg Heriot Watt Univ Sch Math & Comp Sci Edinburgh EH14 4AS Midlothian Scotland
This paper presents a novel variant of work stealing for load balancing in a distributed graph reducer, executing a semi-explicit parallel dialect of Haskell. The key concept of this load-balancer is colocating relate... 详细信息
来源: 评论
Reliable scalable symbolic computation: The design of SymGridPar2
收藏 引用
COMPUTER LANGUAGES SYSTEMS & STRUCTURES 2014年 第1期40卷 19-35页
作者: Maier, P. Stewart, R. Trinder, P. W. Univ Glasgow Sch Comp Sci Glasgow Lanark Scotland Heriot Watt Univ Sch Math & Comp Sci Edinburgh Midlothian Scotland
Symbolic computation is an important area of both Mathematics and Computer Science, with many large computations that would benefit from parallel execution. Symbolic computations are, however, challenging to paralleli... 详细信息
来源: 评论
Reliable scalable symbolic computation: The design of SymGridPar2
Reliable scalable symbolic computation: The design of SymGri...
收藏 引用
28th ACM Symposium on Applied Computing (SAC) on programming Languages Track
作者: Maier, P. Stewart, R. Trinder, P. W. Univ Glasgow Sch Comp Sci Glasgow Lanark Scotland Heriot Watt Univ Sch Math & Comp Sci Edinburgh Midlothian Scotland
Symbolic computation is an important area of both Mathematics and Computer Science, with many large computations that would benefit from parallel execution. Symbolic computations are, however, challenging to paralleli... 详细信息
来源: 评论
Seq no more: Better Strategies for parallel Haskell
Seq no more: Better Strategies for Parallel Haskell
收藏 引用
3rd ACM Haskell Symposium on Haskell
作者: Marlow, Simon Maier, Patrick Loidl, Hans-Wolfgang Aswad, Mustafa K. Trinder, Phil Microsoft Res Cambridge England Heriot Watt Univ Edinburgh Midlothian Scotland
We present a complete redesign of evaluation strategies, a key abstraction for specifying pure, deterministic parallelism in Haskell. Our new formulation preserves the compositionality and modularity benefits of the o... 详细信息
来源: 评论
Seq no more: Better Strategies for parallel Haskell
收藏 引用
ACM SIGPLAN NOTICES 2010年 第11期45卷 91-102页
作者: Marlow, Simon Maier, Patrick Loidl, Hans-Wolfgang Aswad, Mustafa K. Trinder, Phil Microsoft Res Cambridge England Heriot Watt Univ Edinburgh Midlothian Scotland
We present a complete redesign of evaluation strategies, a key abstraction for specifying pure, deterministic parallelism in Haskell. Our new formulation preserves the compositionality and modularity benefits of the o... 详细信息
来源: 评论
Distributed Memory programming on Many-Cores A Case Study Using Eden Divide-&-Conquer Skeletons
Distributed Memory Programming on Many-Cores A Case Study Us...
收藏 引用
22th International Conference on Architecture of Computing Systems 2009
作者: Jost Berthold Mischa Dieterle Oleg Lobachev Rita Loogen Phillips-Universität Marburg Fachbereich Mathematik und Informatik
Eden is a parallel extension of the lazy functional language Haskell providing dynamic process creation and automatic data exchange. As a Haskell extension, Eden takes a high-level approach to parallel programming and... 详细信息
来源: 评论
THE IMPACT OF DYNAMIC CHANNELS ON functional TOPOLOGY SKELETONS
收藏 引用
parallel PROCESSING LETTERS 2008年 第1期18卷 101-115页
作者: Berthold, Jost Loogen, Rita Philipps Univ Marburg Fachbereich Math & Informat Hans Meerwein Str D-35032 Marburg Germany
parallel functional programs with implicit communication often generate purely hierarchical communication topologies during execution: communication only happens between parent and child processes. Hence, messages bet... 详细信息
来源: 评论
Analyzing the influence of mixed evaluation on the performance of Eden skeletons
收藏 引用
parallel COMPUTING 2006年 第7-8期32卷 523-538页
作者: Hidalgo-Herrero, Mercedes Ortega-Mallen, Yolanda Rubio, Fernando Univ Complutense Madrid Dpto Sistemas Informat & Programac E-28040 Madrid Spain Univ Complutense Madrid Dpto Didact Matemat E-28040 Madrid Spain
A key point in the efficiency of parallel programs is the distribution of computation among processes. Haskell parallel dialects-like Eden-use mixed lazy and strict evaluation, and parallel performance is determined b... 详细信息
来源: 评论