Výsledky vyhľadávania - "Parallel functional programming"
-
1
Efficient Parallel Functional Programming with Effects
ISSN: 2475-1421, 2475-1421Vydavateľské údaje: New York, NY, USA ACM 06.06.2023Vydané v Proceedings of ACM on programming languages (06.06.2023)“…Although functional programming languages simplify writing safe parallel programs by helping programmers to avoid data races, they have traditionally delivered…”
Získať plný text
Journal Article -
2
Provably space-efficient parallel functional programming
ISSN: 2475-1421, 2475-1421Vydavateľské údaje: 01.01.2021Vydané v Proceedings of ACM on programming languages (01.01.2021)“…Because of its many desirable properties, such as its ability to control effects and thus potentially disastrous race conditions, functional programming offers…”
Získať plný text
Journal Article -
3
Parallel functional programming in Eden
ISSN: 0956-7968, 1469-7653Vydavateľské údaje: Cambridge, UK Cambridge University Press 01.05.2005Vydané v Journal of functional programming (01.05.2005)“…Eden extends the non-strict functional language Haskell with constructs to control parallel evaluation of processes. Although processes are defined explicitly,…”
Získať plný text
Journal Article -
4
Applying Large Language Models to Enhance the Assessment of Parallel Functional Programming Assignments
Vydavateľské údaje: ACM 20.04.2024Vydané v 2024 IEEE/ACM International Workshop on Large Language Models for Code (LLM4Code) (20.04.2024)“…Courses in computer science (CS) often assess student programming assignments manually, with the intent of providing in-depth feedback to each student…”
Získať plný text
Konferenčný príspevok.. -
5
Special Issue High Performance Parallel Functional Programming
ISSN: 0956-7968, 1469-7653Vydavateľské údaje: Cambridge, UK Cambridge University Press 01.05.2005Vydané v Journal of functional programming (01.05.2005)“…Engineering high-performance parallel programs is hard: not only must a correct, efficient and inherently-parallel algorithm be developed, but the computations…”
Získať plný text
Journal Article -
6
Interactive Bulk Synchronous Parallel Functional Programming in a Browser
“…This paper presents the design and implementation of a sequential simulator for the parallel functional language BSML based on the parallel computation model…”Vydavateľské údaje: IEEE 01.10.2018
Získať plný text
Konferenčný príspevok.. -
7
Parallel functional programming with mutable state
ISBN: 1303228564, 9781303228568Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.2013“…Immutability greatly simplifies the implementation of parallel languages. In the absence of mutable state the language implementation is free to perform…”
Získať plný text
Dissertation -
8
A Cost Calculus for Parallel Functional Programming
ISSN: 0743-7315, 1096-0848Vydavateľské údaje: San Diego, CA Elsevier Inc 01.07.1995Vydané v Journal of parallel and distributed computing (01.07.1995)“…Building a cost calculus for a parallel program development environment is difficult because of the many degrees of freedom available in parallel…”
Získať plný text
Journal Article -
9
Reliable scalable symbolic computation: The design of SymGridPar2
ISSN: 1477-8424, 1873-6866Vydavateľské údaje: Elsevier Ltd 01.04.2014Vydané v Computer languages, systems & structures (01.04.2014)“…Symbolic computation is an important area of both Mathematics and Computer Science, with many large computations that would benefit from parallel execution…”
Získať plný text
Journal Article -
10
Parallel functional programming on recursively defined data via data-parallel recursion
ISSN: 0956-7968, 1469-7653Vydavateľské údaje: Cambridge University Press 01.07.1999Vydané v Journal of functional programming (01.07.1999)“…This article proposes a new language mechanism for data-parallel processing of dynamically allocated recursively defined data. Different from the conventional…”
Získať plný text
Journal Article -
11
Analyzing the influence of mixed evaluation on the performance of Eden skeletons
ISSN: 0167-8191, 1872-7336Vydavateľské údaje: Elsevier B.V 01.09.2006Vydané v Parallel computing (01.09.2006)“…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…”
Získať plný text
Journal Article -
12
Data-parallel functional programming
ISBN: 9780818634420, 0818634421Vydavateľské údaje: IEEE Comput. Soc. Press 1993Vydané v Parallel Processing Symposium, 7th International (IPPS '93 (1993)“…This paper describes an implementation scheme that maps sequences (lists) in the functional language FP onto a data-parallel SIMD multiprocessor. The mapping…”
Získať plný text
Konferenčný príspevok.. -
13
Granularity in Large-Scale Parallel Functional Programming
ISBN: 9780438740778, 0438740777Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.1998“…This thesis demonstrates how to reduce the runtime of large non-strict functional programs using parallel evaluation. The parallelisation of several programs…”
Získať plný text
Dissertation -
14
Parallel functional programming by declarative partitioning
Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.1997“…Caliban is a declarative language which addresses the area of static distributed memory parallel computing. It is an annotation language that allows the…”
Získať plný text
Dissertation -
15
High-level abstractions for parallel functional programming
ISBN: 059121377X, 9780591213775Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.1996“…Explicitly parallel functional languages typically use meta-linguistic annotations to provide control over parallel evaluation. In this dissertation we explore…”
Získať plný text
Dissertation -
16
Parallel elementwise processable functions in concurrent clean
ISSN: 0895-7177, 1872-9479Vydavateľské údaje: Elsevier Ltd 01.10.2003Vydané v Mathematical and computer modelling (01.10.2003)“…The behaviour of concurrent and parallel programs can be specified in a functional style. Functional programming style has some inherent concurrent features…”
Získať plný text
Journal Article -
17
Parallel functional programming for message-passing multiprocessors
ISBN: 9781369215366, 1369215363Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.1993“…We propose a framework for the evaluation of implicitly parallel functional programs on message passing multiprocessors with special emphasis on the issue of…”
Získať plný text
Dissertation -
18
A new approach to parallel functional programming
ISBN: 0818623101, 9780818623103Vydavateľské údaje: IEEE Comput. Soc. Press 1991Vydané v Parallel and Distributed Processing, 3rd Symposium (1991)“…Functional languages exhibit 'implicit parallelism' which has been used in attempts to achieve an efficient execution on parallel architectures; as a matter of…”
Získať plný text
Konferenčný príspevok.. -
19
Systematic Development of Correct Bulk Synchronous Parallel Programs
ISBN: 142449110X, 9781424491100ISSN: 2379-5352Vydavateľské údaje: IEEE 01.12.2010Vydané v 2010 International Conference on Parallel and Distributed Computing, Applications and Technologies (01.12.2010)“…With the current generalisation of parallel architectures arises the concern of applying formal methods to parallelism. The complexity of parallel, compared to…”
Získať plný text
Konferenčný príspevok.. -
20
Research Directions in Parallel Functional Programming by Kevin Hammond and Greg Michaelson, editors, Springer-Verlag, 1999
ISSN: 0956-7968, 1469-7653Vydavateľské údaje: Cambridge University Press 01.09.2000Vydané v Journal of functional programming (01.09.2000)Získať plný text
Book Review Journal Article

