Suchergebnisse - Parallel functional programming

  1. 1

    Mastering Functional Programming: Functional Techniques for Sequential and Parallel Programming with Scala von Kmetiuk, Anatolii

    ISBN: 9781788620796, 1788620798
    Veröffentlicht: Birmingham Packt Publishing, Limited 2018
    “… The solution to these problems is Functional Programming, a paradigm specifically designed to deal with the complexity of software development. Mastering …”
    Volltext
    E-Book
  2. 2

    Efficient Parallel Functional Programming with Effects von Arora, Jatin, Westrick, Sam, Acar, Umut A.

    ISSN: 2475-1421, 2475-1421
    Veröffentlicht: New York, NY, USA ACM 06.06.2023
    Veröffentlicht in 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 poor performance …”
    Volltext
    Journal Article
  3. 3

    Provably space-efficient parallel functional programming von Arora, Jatin, Westrick, Sam, Acar, Umut A.

    ISSN: 2475-1421, 2475-1421
    Veröffentlicht: 01.01.2021
    Veröffentlicht in 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 a viable approach to programming modern multicore computers …”
    Volltext
    Journal Article
  4. 4

    Parallel functional programming in Eden von LOOGEN, RITA, ORTEGA-MALLÉN, YOLANDA, PEÑA-MARÍ, RICARDO

    ISSN: 0956-7968, 1469-7653
    Veröffentlicht: Cambridge, UK Cambridge University Press 01.05.2005
    Veröffentlicht in Journal of functional programming (01.05.2005)
    “… Eden extends the non-strict functional language Haskell with constructs to control parallel evaluation of processes …”
    Volltext
    Journal Article
  5. 5

    Skeleton-based parallel programming: Functional and parallel semantics in a single shot von Aldinucci, Marco, Danelutto, Marco

    ISSN: 1477-8424, 1873-6866
    Veröffentlicht: Elsevier Ltd 01.10.2007
    Veröffentlicht in Computer languages, systems & structures (01.10.2007)
    “… Semantics of skeleton-based parallel programming languages comes usually as two distinct items …”
    Volltext
    Journal Article
  6. 6

    Special Issue High Performance Parallel Functional Programming von TRINDER, P. W.

    ISSN: 0956-7968, 1469-7653
    Veröffentlicht: Cambridge, UK Cambridge University Press 01.05.2005
    Veröffentlicht in Journal of functional programming (01.05.2005)
    “… It has long been recognised that ideas and approaches drawn from functional programming may be particularly applicable to parallel and distributed computing (e.g. Wegner 1971 …”
    Volltext
    Journal Article
  7. 7
  8. 8

    Sisal 3.2: functional language for scientific parallel programming von Kasyanov, Victor

    ISSN: 1751-7575, 1751-7583
    Veröffentlicht: Taylor & Francis 01.05.2013
    Veröffentlicht in Enterprise information systems (01.05.2013)
    “… Sisal 3.2 is a new input language of system of functional programming (SFP) which is under development at the Institute of Informatics Systems in Novosibirsk …”
    Volltext
    Journal Article
  9. 9

    The Use of Functional Programming Library for Parallel Computing on CUDA von Krasnov, M. M., Feodoritova, O. B.

    ISSN: 0361-7688, 1608-3261
    Veröffentlicht: Moscow Pleiades Publishing 01.02.2024
    Veröffentlicht in Programming and computer software (01.02.2024)
    “… The use of a functional programming library developed by the authors makes it possible to hide the use of one or another parallelization mechanism on shared memory within the library and make …”
    Volltext
    Journal Article
  10. 10

    Applying Large Language Models to Enhance the Assessment of Parallel Functional Programming Assignments von Grandel, Skyler, Schmidt, Douglas C., Leach, Kevin

    Veröffentlicht: ACM 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 regarding correctness, style, efficiency, and other quality attributes …”
    Volltext
    Tagungsbericht
  11. 11

    Parallel functional programming on recursively defined data via data-parallel recursion von NISHIMURA, SUSUMU, OHORI, ATSUSHI

    ISSN: 0956-7968, 1469-7653
    Veröffentlicht: Cambridge University Press 01.07.1999
    Veröffentlicht in Journal of functional programming (01.07.1999)
    “… By integrating them with a higher-order functional language, we obtain a functional programming language suitable for describing data-parallel algorithms on recursively defined data in a declarative way …”
    Volltext
    Journal Article
  12. 12

    Editorial for the Special Issue on Parallel and Concurrent Functional Programming von Keller, Gabriele, Henglein, Fritz

    ISSN: 0956-7968, 1469-7653
    Veröffentlicht: Cambridge, UK Cambridge University Press 01.01.2018
    Veröffentlicht in Journal of functional programming (01.01.2018)
    “… Functional languages are uniquely suited to providing programmers with a programming model for parallel and concurrent computing …”
    Volltext
    Journal Article
  13. 13

    Functional and dynamic programming in the design of parallel prefix networks von SHEERAN, MARY

    ISSN: 0956-7968, 1469-7653, 1469-7653
    Veröffentlicht: Cambridge, UK Cambridge University Press 01.01.2011
    Veröffentlicht in Journal of functional programming (01.01.2011)
    “… As parallel programming becomes the dominant programming paradigm, parallel prefix or scan is proving to be a very important building block of parallel algorithms and applications …”
    Volltext
    Journal Article
  14. 14
  15. 15

    Interactive Bulk Synchronous Parallel Functional Programming in a Browser von Tesson, Julien, Loulergue, Frederic

    Veröffentlicht: IEEE 01.10.2018
    “… This paper presents the design and implementation of a sequential simulator for the parallel functional language BSML based on the parallel computation model Bulk Synchronous Parallelism (BSP …”
    Volltext
    Tagungsbericht
  16. 16

    Concrete data structures and functional parallel programming von Hains, Gaétan, Loulergue, Frédéric, Mullins, John

    ISSN: 0304-3975, 1879-2294
    Veröffentlicht: Amsterdam Elsevier B.V 2001
    Veröffentlicht in Theoretical computer science (2001)
    “… A framework is presented for designing parallel programming languages whose semantics is functional and where communications are explicit …”
    Volltext
    Journal Article
  17. 17

    Parallel functional programming with mutable state von Bergstrom, Lars

    ISBN: 1303228564, 9781303228568
    Veröffentlicht: 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 …”
    Volltext
    Dissertation
  18. 18

    A Cost Calculus for Parallel Functional Programming von Skillicorn, D.B., Cai, W.

    ISSN: 0743-7315, 1096-0848
    Veröffentlicht: San Diego, CA Elsevier Inc 01.07.1995
    Veröffentlicht in Journal of parallel and distributed computing (01.07.1995)
    “… The approach is illustrated for the Bird-Meertens theory of lists, a parallel functional language with an associated equational transformation system …”
    Volltext
    Journal Article
  19. 19

    Reproducible parallel simulation experiments via pure functional programming von Warnke, Tom, Uhrmacher, Adelinde M.

    Veröffentlicht: IEEE 01.10.2019
    “… Additionally, we show how simulation runs can be executed in parallel without jeopardizing reproducibility …”
    Volltext
    Tagungsbericht
  20. 20

    Loop-invariant Optimization in the Pifagor Language von Vasilev, Vladimir S., Legalov, Alexander I.

    ISSN: 1818-1015, 2313-5417
    Veröffentlicht: Yaroslavl State University 27.08.2018
    Veröffentlicht in Modelirovanie i analiz informacionnyh sistem (27.08.2018)
    “… A feature of the functional data flow parallel programming language Pifagor is the absence of explicitly specified cyclic computations (the loop operator …”
    Volltext
    Journal Article