TorBT - Torrents and Magnet Links Search Engine

Java Performance Tuning

File Name
Size
01. Course Overview/01. Course Overview.mp4
2.7 MB
01. Course Overview/01. Course Overview.srt
2.7 kB
02. Understanding Your Performance Characteristics/01. Introduction to Performance Tuning.mp4
6.2 MB
02. Understanding Your Performance Characteristics/01. Introduction to Performance Tuning.srt
7.7 kB
02. Understanding Your Performance Characteristics/02. Performance and Computer Hardware.mp4
5.8 MB
02. Understanding Your Performance Characteristics/02. Performance and Computer Hardware.srt
8.2 kB
02. Understanding Your Performance Characteristics/03. System Performance Metrics.mp4
3.8 MB
02. Understanding Your Performance Characteristics/03. System Performance Metrics.srt
6.0 kB
02. Understanding Your Performance Characteristics/04. Performance Testing Tools - OS.mp4
11 MB
02. Understanding Your Performance Characteristics/04. Performance Testing Tools - OS.srt
12 kB
02. Understanding Your Performance Characteristics/05. Application Performance Metrics.mp4
4.4 MB
02. Understanding Your Performance Characteristics/05. Application Performance Metrics.srt
6.6 kB
02. Understanding Your Performance Characteristics/06. Measuring Application Performance.mp4
15 MB
02. Understanding Your Performance Characteristics/06. Measuring Application Performance.srt
11 kB
02. Understanding Your Performance Characteristics/07. Performance Testing Tools - Java.mp4
27 MB
02. Understanding Your Performance Characteristics/07. Performance Testing Tools - Java.srt
18 kB
02. Understanding Your Performance Characteristics/08. Performance Testing Tools - JMeter.mp4
12 MB
02. Understanding Your Performance Characteristics/08. Performance Testing Tools - JMeter.srt
12 kB
03. Profiling Java Applications/01. Java Profiler Intro.mp4
1.0 MB
03. Profiling Java Applications/01. Java Profiler Intro.srt
1.6 kB
03. Profiling Java Applications/02. How Profilers Work.mp4
7.3 MB
03. Profiling Java Applications/02. How Profilers Work.srt
11 kB
03. Profiling Java Applications/03. Java Profiler Software.mp4
4.2 MB
03. Profiling Java Applications/03. Java Profiler Software.srt
5.8 kB
03. Profiling Java Applications/04. Setting up a Flight Recording.mp4
5.2 MB
03. Profiling Java Applications/04. Setting up a Flight Recording.srt
7.0 kB
03. Profiling Java Applications/05. Setting up a Flight Recording - Demo.mp4
3.6 MB
03. Profiling Java Applications/05. Setting up a Flight Recording - Demo.srt
3.0 kB
03. Profiling Java Applications/06. Using Java Flight Recorder.mp4
36 MB
03. Profiling Java Applications/06. Using Java Flight Recorder.srt
18 kB
04. Tuning the JVM/01. JIT Intro.mp4
2.9 MB
04. Tuning the JVM/01. JIT Intro.srt
4.5 kB
04. Tuning the JVM/02. JIT Compilation Modes.mp4
4.9 MB
04. Tuning the JVM/02. JIT Compilation Modes.srt
7.8 kB
04. Tuning the JVM/03. JIT Tuning.mp4
6.2 MB
04. Tuning the JVM/03. JIT Tuning.srt
9.6 kB
04. Tuning the JVM/04. GC Intro.mp4
4.2 MB
04. Tuning the JVM/04. GC Intro.srt
6.5 kB
04. Tuning the JVM/05. Choosing a GC.mp4
6.7 MB
04. Tuning the JVM/05. Choosing a GC.srt
8.3 kB
04. Tuning the JVM/06. Measuring GC Performance.mp4
4.5 MB
04. Tuning the JVM/06. Measuring GC Performance.srt
5.5 kB
04. Tuning the JVM/07. Demo.mp4
7.1 MB
04. Tuning the JVM/07. Demo.srt
3.9 kB
04. Tuning the JVM/08. GC Tuning.mp4
6.9 MB
04. Tuning the JVM/08. GC Tuning.srt
9.1 kB
05. Search and Data Structures/01. Algorithmic efficiency intro.mp4
4.0 MB
05. Search and Data Structures/01. Algorithmic efficiency intro.srt
6.1 kB
05. Search and Data Structures/02. Java Data Structures.mp4
6.1 MB
05. Search and Data Structures/02. Java Data Structures.srt
10 kB
05. Search and Data Structures/03. Setting the ArrayList initial capacity.mp4
3.9 MB
05. Search and Data Structures/03. Setting the ArrayList initial capacity.srt
4.0 kB
05. Search and Data Structures/04. Optimizing HashMaps.mp4
8.2 MB
05. Search and Data Structures/04. Optimizing HashMaps.srt
6.7 kB
06. Saving Memory/01. Saving Memory Intro.mp4
4.1 MB
06. Saving Memory/01. Saving Memory Intro.srt
6.7 kB
06. Saving Memory/02. Reducing Object Size.mp4
5.4 MB
06. Saving Memory/02. Reducing Object Size.srt
8.1 kB
06. Saving Memory/03. Avoid Creating Unnecessary Objects.mp4
5.9 MB
06. Saving Memory/03. Avoid Creating Unnecessary Objects.srt
9.2 kB
06. Saving Memory/04. Managing Strings.mp4
6.3 MB
06. Saving Memory/04. Managing Strings.srt
10 kB
06. Saving Memory/05. Avoid Keeping Objects Around for Longer Than Needed.mp4
2.5 MB
06. Saving Memory/05. Avoid Keeping Objects Around for Longer Than Needed.srt
3.9 kB
07. Optimizing Concurrent Code/01. Intro.mp4
3.2 MB
07. Optimizing Concurrent Code/01. Intro.srt
4.7 kB
07. Optimizing Concurrent Code/02. ThreadPoolExecutor Optimization.mp4
7.8 MB
07. Optimizing Concurrent Code/02. ThreadPoolExecutor Optimization.srt
12 kB
07. Optimizing Concurrent Code/03. The ForkJoinPool.mp4
2.8 MB
07. Optimizing Concurrent Code/03. The ForkJoinPool.srt
4.1 kB
07. Optimizing Concurrent Code/04. Reducing Lock Contention.mp4
8.7 MB
07. Optimizing Concurrent Code/04. Reducing Lock Contention.srt
13 kB
07. Optimizing Concurrent Code/05. Atomic Variables and Concurrent Collections.mp4
6.6 MB
07. Optimizing Concurrent Code/05. Atomic Variables and Concurrent Collections.srt
9.0 kB
07. Optimizing Concurrent Code/06. Avoiding Synchronization.mp4
4.5 MB
07. Optimizing Concurrent Code/06. Avoiding Synchronization.srt
6.0 kB
08. Avoid Doing Expensive Things/01. Review of Java Performance Optimization.mp4
7.4 MB
08. Avoid Doing Expensive Things/01. Review of Java Performance Optimization.srt
11 kB
08. Avoid Doing Expensive Things/02. Caching.mp4
6.8 MB
08. Avoid Doing Expensive Things/02. Caching.srt
9.9 kB
08. Avoid Doing Expensive Things/03. Architecture Level Performance Optimizations.mp4
4.8 MB
08. Avoid Doing Expensive Things/03. Architecture Level Performance Optimizations.srt
7.2 kB
java-performance-tuning.zip
30 MB