- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Learn to use the APIs and frameworks for parallel and concurrent applications in Haskell. This book will show you how to exploit multicore processors with the help of parallelism in order to increase the performance of your applications.
Practical Concurrent Haskell teaches you how concurrency enables you to write programs using threads for multiple interactions. After accomplishing this, you will be ready to make your move into application development and portability with applications in cloud computing and big data. You'll use MapReduce and other, similar big data tools as part of your Haskell big data applications development.
What You'll Learn
Program with Haskell
Harness concurrency to Haskell
Apply Haskell to big data and cloud computing applications
Use Haskell concurrency design patterns in big data
Accomplish iterative dataprocessing on big data using Haskell
Use MapReduce and work with Haskell on large clusters
Who This Book Is For
Those with at least some prior experience with Haskell and some prior experience with big data in another programming language such as Java, C#, Python, or C++.
Contents
PART 1 - HASKELL FOUNDATIONS. GENERAL INTRODUCTORY NOTIONS.- 1. Introduction.- 2. Programming with Haskell.- 3. Parallelism and Concurrent with Haskell.- 4. Strategies used in Evaluation Process.- 5. Exceptions for Input/Output.- 6. Cancellation.- 7. Transactional Memory. Case Studies.- 8. Debugging Techniques for Big Data.- PART 2 - HASKELL FOR BIG DATA AND CLOUD COMPUTING.- 9. Towards Haskell in Cloud.- 10. Towards Haskell in Big Data.- 11. Concurrency Design Patterns.- 12. Large-scale Design in Haskell.- 13. Designing Shared Memory Approach for Hadoop Streaming Performance.- 14. Interactive Debugger for Development and Portability Applications based on Big.- 15. Iterative Data Processing on Big Data.- 16. MapReduce.- 17. Big Data and Large Clusters.