Cantitate/Preț
Produs

Research Directions in Parallel Functional Programming

Editat de Kevin Hammond, Greg Michaelson
en Limba Engleză Paperback – noi 1999
Programming is hard. Building a large program is like constructing a steam locomotive through a hole the size of a postage stamp. An artefact that is the fruit of hundreds of person-years is only ever seen by anyone through a lOO-line window. In some ways it is astonishing that such large systems work at all. But parallel programming is much, much harder. There are so many more things to go wrong. Debugging is a nightmare. A bug that shows up on one run may never happen when you are looking for it - but unfailingly returns as soon as your attention moves elsewhere. A large fraction of the program's code can be made up of marshalling and coordination algorithms. The core application can easily be obscured by a maze of plumbing. Functional programming is a radical, elegant, high-level attack on the programming problem. Radical, because it dramatically eschews side-effects; elegant, because of its close connection with mathematics; high-level, be­ cause you can say a lot in one line. But functional programming is definitely not (yet) mainstream. That's the trouble with radical approaches: it's hard for them to break through and become mainstream. But that doesn't make functional programming any less fun, and it has turned out to be a won­ derful laboratory for rich type systems, automatic garbage collection, object models, and other stuff that has made the jump into the mainstream.
Citește tot Restrânge

Preț: 63312 lei

Preț vechi: 79140 lei
-20% Nou

Puncte Express: 950

Preț estimativ în valută:
12117 12783$ 10098£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781852330927
ISBN-10: 1852330929
Pagini: 524
Ilustrații: XXVI, 496 p.
Dimensiuni: 155 x 235 x 28 mm
Greutate: 0.76 kg
Ediția:Softcover reprint of the original 1st ed. 1999
Editura: SPRINGER LONDON
Colecția Springer
Locul publicării:London, United Kingdom

Public țintă

Research

Cuprins

I. Fundamentals.- 1. Introduction.- 2. Foundations.- 3. Programming Language Constructs.- 4. Proof.- 5. Realisations for Strict Languages.- 6. Realisations for Non-Strict Languages.- II. Current Research Areas.- 7. Data Parallelism.- 8. Cost Modelling.- 9. Shaping Distributions.- 10. Performance Monitoring.- 11. Memory Performance of Dataflow Programs.- 12. Portability of Performance in the BSP Model.- 13. Algorithmic Skeletons.- 14. Coordination Languages.- 15. Parallel and Distributed Programming in Concurrent Clean.- 16. Functional Process Modelling.- 17. Validating Programs in Concurrent ML.- 18. Explicit Parallelism.- III. Conclusion.- 19. Large Scale Functional Applications.- 20. Summary.

Caracteristici

This is the only book currently available on this subject It contains an extensively researched bibliography which will be invaluable to anyone researching this and related topics