Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Mastering Concurrency Programming with Java 9: Fast, reactive and parallel application development

    Posted By: AlenMiler
    Mastering Concurrency Programming with Java 9: Fast, reactive and parallel application development

    Mastering Concurrency Programming with Java 9: Fast, reactive and parallel application development by Javier Fernandez Gonzalez
    English | 17 July 2017 | ISBN: 1785887947 | 516 Pages | EPUB | 3.87 MB

    Master the principles to make applications robust, scalable and responsive

    About This Book
    Implement concurrent applications using the Java 9 Concurrency API and its new components
    Improve the performance of your applications and process more data at the same time, taking advantage of all of your resources
    Construct real-world examples related to machine learning, data mining, natural language processing, and more

    Who This Book Is For
    This book is for competent Java developers who have basic understanding of concurrency, but knowledge of effective implementation of concurrent programs or usage of streams for making processes more efficient is not required

    What You Will Learn
    Master the principles that every concurrent application must follow
    See how to parallelize a sequential algorithm to obtain better performance without data inconsistencies and deadlocks
    Get the most from the Java Concurrency API components
    Separate the thread management from the rest of the application with the Executor component
    Execute phased-based tasks in an efficient way with the Phaser components
    Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework
    Find out how to use parallel Streams and Reactive Streams
    Implement the “map and reduce” and “map and collect” programming models
    Control the concurrent data structures and synchronization mechanisms provided by the Java Concurrency API
    Implement efficient solutions for some actual problems such as data mining, machine