|
|
|
|
LEADER |
00000cam a2200000Mu 4500 |
001 |
EBSCO_on1011201437 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n|---||||| |
008 |
171111s2017 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d IDEBK
|d OCLCQ
|d NLE
|d OCLCO
|d MERUC
|d UIU
|d OCLCF
|d YDX
|d OCL
|d COO
|d UOK
|d OCLCQ
|d WYU
|d C6I
|d UKAHL
|d VT2
|d OCLCQ
|d UKMGB
|d N$T
|d OCLCQ
|d OCLCO
|d K6U
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB7L6988
|2 bnb
|
016 |
7 |
|
|a 018609634
|2 Uk
|
019 |
|
|
|a 1010659278
|a 1019733736
|
020 |
|
|
|a 1787122301
|
020 |
|
|
|a 9781787120785
|
020 |
|
|
|a 1787120783
|
020 |
|
|
|a 9781787122307
|q (electronic bk.)
|
029 |
1 |
|
|a AU@
|b 000067101772
|
029 |
1 |
|
|a CHNEW
|b 000981384
|
029 |
1 |
|
|a CHVBK
|b 507493583
|
029 |
1 |
|
|a UKMGB
|b 018609634
|
029 |
1 |
|
|a AU@
|b 000061340790
|
035 |
|
|
|a (OCoLC)1011201437
|z (OCoLC)1010659278
|z (OCoLC)1019733736
|
037 |
|
|
|a 9781787122307
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a T55.4-60.8
|
082 |
0 |
4 |
|a 158.7
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ramgir, Mayur.
|
245 |
1 |
0 |
|a Java 9 High Performance.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2017.
|
300 |
|
|
|a 1 online resource (391 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover -- Title Page -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Learning Java 9 Underlying Performance Improvements -- Introducing the new features of Java 9 -- Modular development and its impact -- Quick introduction to modules -- String operations performance -- Compact string -- The world of heap -- Why bother compressing strings? -- What did they do? -- What is the escape route? -- What is the performance gain?
|
505 |
8 |
|
|a Indify String ConcatenationInvokedynamic -- Storing interned strings in CDS archives -- Concurrency performance -- Compiler improvements -- Tiered Attribution -- Ahead-of-Time compilation -- Security manager improvements -- Graphics rasterizers -- Summary -- Chapter 2: Identifying Performance Bottlenecks -- CPU infrastructure -- Memory utilization -- Java heap -- Java stack -- Java heap versus stack memory -- Escape analysis -- Common memory problems -- OutOfMemory -- Mismanagement of object life cycle: java.lang. OutOfMemoryError: Java heap space
|
505 |
8 |
|
|a Java.lang. OutOfMemoryError: GC Overhead limit exceededjava.lang. OutOfMemoryError: Permgen space -- java.lang. OutOfMemoryError: Metaspace -- java.lang. OutOfMemoryError: Unable to create new native thread -- java.lang. OutOfMemoryError: request size bytes for reason -- java.lang. OutOfMemoryError: Requested array size exceeds VM limit -- Out of memory: kill process or sacrifice child -- StackOverFlow -- Database operations -- I/O operations -- Network operations -- WebSocket Client API -- Summary -- Chapter 3: Learning How to Troubleshoot Code
|
505 |
8 |
|
|a Measuring performancePerformance checklist -- Basic principles of troubleshooting -- Why some developers find troubleshooting difficult? -- Setting up the environment for troubleshooting -- Importance of error handling -- A basic try-catch-finally block and its usages -- What are try-catch-finally blocks? -- Usage of try-catch-finally blocks -- Mistakes programmers make when using error handling -- Why swallowing exception is bad? -- Use of logging -- Logging vs Debugging -- What are the main components? -- How to do logging?
|
505 |
8 |
|
|a What logging frameworks are available?Java Util Logging -- Log4j 2 -- Logback -- Performance -- Support -- Ease of Use -- Best use case for logging -- Analyzing thread dump -- What is a thread dump? -- Benefits of thread dump analysis -- How to collect a thread dump -- How to analyze a thread dump -- Best practices -- Analyzing heap dump -- What is a heap dump -- Benefits of analyzing heap dumps -- When do you analyze a heap dump -- How to collect heap dump -- How to analyze heap dump -- Best practices -- Summary
|
500 |
|
|
|a ""Chapter 4: Learning How to Use Profiling Tools""
|
520 |
|
|
|a Best practices to adapt and bottlenecks to avoid About This Book Tackle all kinds of performance-related issues and streamline your development Master the new features and new APIs of Java 9 to implement highly efficient and reliable codes Gain an in-depth knowledge of Java application performance and obtain best results from performance testing Who This Book Is For This book is for Java developers who would like to build reliable and high-performance applications. Prior Java programming knowledge is assumed. What You Will Learn Work with JIT compilers Understand the usage of profiling tools Generate JSON with code examples Leverage the command-line tools to speed up application development Build microservices in Java 9 Explore the use of APIs to improve application code Speed up your application with reactive programming and concurrency In Detail Finally, a book that focuses on the practicalities rather than theory of Java application performance tuning. This book will be your one-stop guide to optimize the performance of your Java applications. We will begin by understanding the new features and APIs of Java 9. You will then be taught the practicalities of Java application performance tuning, how to make the best use of garbage collector, and find out how to optimize code with microbenchmarking. Moving ahead, you will be introduced to multithreading and learning about concurrent programming with Java 9 to build highly concurrent and efficient applications. You will learn how to fine tune your Java code for best results. You will discover techniques on how to benchmark performance and reduce various bottlenecks in your applications. We'll also cover best practices of Java programming that will help you improve the quality of your codebase. By the end of the book, you will be armed with the knowledge to build and deploy efficient, scalable, and concurrent applications in Java. Style and approach This step-by-step guide provides real-world examples to give you a hands-on experience. Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
700 |
1 |
|
|a Samoylov, Nick.
|
776 |
0 |
8 |
|i Print version:
|a Ramgir, Mayur.
|t Java 9 High Performance.
|d Birmingham : Packt Publishing, ©2017
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1626968
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n BDZ0035391644
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL5122126
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1626968
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis39212405
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14963306
|
994 |
|
|
|a 92
|b IZTAP
|