为您索检到62条磁力链接,耗时0毫秒。
- 【影视】 Addison-Wesley - Java Concurrency LiveLessons
-
收录时间:2017-02-08
文档个数:34
文档大小:2.7 GB
最近下载:2025-05-16
人气:5312
磁力链接
1.1 Understand motivations for—and layers of—the Java architecture for concurrent software - Java Concurrency LiveLessons (Video Training).FLV 54.3 MB
1.2 Understand the key benefits of developing concurrent software - Java Concurrency LiveLessons (Video Training).FLV 55.6 MB
1.3 Recognize the inherent complexities of concurrent software - Java Concurrency LiveLessons (Video Training).FLV 65.8 MB
1.4 Recognize the accidental complexities of concurrent software - Java Concurrency LiveLessons (Video Training).FLV 63.3 MB
2.1 Recognize the Java threading mechanisms available to program concurrent software - Java Concurrency LiveLessons (Video Training).FLV 153.8 MB
2.2 Understand the Java Thread lifecycle and how to manage it effectively - Java Concurrency LiveLessons (Video Training).FLV 64.5 MB
2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 1 - Java Concurrency LiveLessons (Video Training).FLV 113.7 MB
2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 2 - Java Concurrency LiveLessons (Video Training).FLV 124.4 MB
2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 3 - Java Concurrency LiveLessons (Video Training).FLV 133.8 MB
3.1 Understand the key Java synchronization classes in concurrent programs - Java Concurrency LiveLessons (Video Training).FLV 67.0 MB
3.2 Provide lock-free, thread-safe programming for single variables with Java atomic variables and operations - Java Concurrency LiveLessons (Video Training).FLV 46.7 MB
3.3 Ensure mutual exclusion and cooperation between threads with Java built-in monitor objects - Java Concurrency LiveLessons (Video Training).FLV 95.9 MB
3.4 Provide mutual exclusion mechanisms to concurrent programs with Java ReentrantLock - Java Concurrency LiveLessons (Video Training).FLV 49.9 MB
3.5 Provide readers-writer lock mechanisms to concurrent programs with Java ReentrantReadWriteLock and StampLock—Part 1 - Java Concurrency LiveLessons (Video Training).FLV 93.0 MB
3.5 Provide readers-writer lock mechanisms to concurrent programs with Java ReentrantReadWriteLock and StampLock—Part 2 - Java Concurrency LiveLessons (Video Training).FLV 41.2 MB
3.6 Enable multiple threads to control access to a limited number of shared resources with Java Semaphore - Java Concurrency LiveLessons (Video Training).FLV 54.6 MB
3.7 Enable concurrent programs to have multiple wait-sets per user-defined object with Java ConditionObject - Java Concurrency LiveLessons (Video Training).FLV 64.4 MB
3.8 Enable one or more threads to wait for operations performed in other threads to complete with Java CountDownLock, CyclicBarrier, and Phaser barrier synchronizers - Java Concurrency LiveLessons (Video Training).FLV 198.8 MB
4.1 Understand the design and implementation of a concurrent ping_pong application - Java Concurrency LiveLessons (Video Training).FLV 158.3 MB
4.2 Understand the design and implementation of a concurrent resource management application - Java Concurrency LiveLessons (Video Training).FLV 163.6 MB
猜你喜欢:
Addison
Java
LiveLessons
Concurrency
Wesley
- 【影视】 [ DevCourseWeb.com ] Udemy - Working with Concurrency in Go (Golang)
-
收录时间:2023-12-20
文档个数:1113
文档大小:3.6 GB
最近下载:2025-05-16
人气:4833
磁力链接
~Get Your Files Here !/9. Adding Concurrency to Choosing a Plan/4. Generating a manual.mp4 139.4 MB
~Get Your Files Here !/7. Sending Email Concurrently/2. Getting started with the mailer code.mp4 113.0 MB
~Get Your Files Here !/10. Testing/8. Testing the Login Handler.mp4 112.1 MB
~Get Your Files Here !/6. Final Project - Building a Subscription Service/9. Setting up templates and building a render function.mp4 104.8 MB
~Get Your Files Here !/10. Testing/5. Modifying the data package to make it testable.mp4 104.4 MB
~Get Your Files Here !/10. Testing/7. Getting started testing Handlers.mp4 103.5 MB
~Get Your Files Here !/6. Final Project - Building a Subscription Service/15. Implementing the loginlogout functions.mp4 90.9 MB
~Get Your Files Here !/9. Adding Concurrency to Choosing a Plan/5. Trying things out, subscribing a user, updating the session, and redirecting.mp4 82.7 MB
~Get Your Files Here !/8. Registering a User and Displaying Plans/6. Displaying the Subscription Plans page.mp4 80.5 MB
~Get Your Files Here !/10. Testing/4. Testing the Renderer.mp4 73.9 MB
~Get Your Files Here !/10. Testing/9. Testing a handler that uses concurrency.mp4 72.4 MB
~Get Your Files Here !/10. Testing/2. Setting up our tests.mp4 71.9 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/5. A more complex example.mp4 71.0 MB
~Get Your Files Here !/5. Channels, and another classic The Sleeping Barber problem/7. Adding a Barber.mp4 70.5 MB
~Get Your Files Here !/1. Introduction/1. Introduction.mp4 67.2 MB
~Get Your Files Here !/9. Adding Concurrency to Choosing a Plan/3. Generating an Invoice.mp4 66.0 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/9. Making a pizza the makePizza function.mp4 62.8 MB
~Get Your Files Here !/9. Adding Concurrency to Choosing a Plan/2. Getting the plan id, the plan, and the user.mp4 62.6 MB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/4. Finishing up the code.mp4 62.4 MB
~Get Your Files Here !/5. Channels, and another classic The Sleeping Barber problem/2. Introduction to channels.mp4 61.2 MB
猜你喜欢:
Golang
Working
Udemy
DevCourseWeb
Concurrency
Go
com
- 【影视】 Modern C++ Concurrency in Depth ( C++1720)
-
收录时间:2022-01-09
文档个数:299
文档大小:2.3 GB
最近下载:2025-05-16
人气:4658
磁力链接
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/1 - Thread management guide/1 - Setting up the environment for the course.mp4 111.2 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/7 - Lock free data structures and algorithms/4 - Stack memory reclaim mechanism using thread counting.mp4 88.3 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/7 - Lock free data structures and algorithms/6 - Stack memory reclaim mechanism using reference counting.mp4 81.4 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/7 - Lock free data structures and algorithms/5 - Stack memory reclaim mechanism using hazard pointers.mp4 81.0 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/8 - Thread pools/5 - Thread pool with work stealing.mp4 70.3 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/1 - Thread management guide/18 - Debugging a application in Visual studio.mp4 69.1 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/4 - Lock based thread safe data structures and algorithm implementation/4 - Parallel STL introduction.mp4 61.8 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/5 - C++20 Concurrency features/1 - Jthread Introduction.mp4 48.2 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/4 - Lock based thread safe data structures and algorithm implementation/5 - parallel quick sort algorithm implementation.mp4 47.0 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/1 - Thread management guide/2 - Introduction to parallel computing.mp4 45.5 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/9 - Bonus section Parallel programming in massively parallel devices with CUDA/1 - Setting up the environment for CUDA.mp4 42.4 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/4 - Lock based thread safe data structures and algorithm implementation/13 - Parallel matrix transpose.mp4 38.9 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/5 - C++20 Concurrency features/5 - C++ coroutines Generators.mp4 38.0 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/1 - Thread management guide/4 - How to launch a thread.mp4 35.6 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/4 - Lock based thread safe data structures and algorithm implementation/10 - Partial sum algorithm parallel implementation.mp4 34.9 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/9 - Bonus section Parallel programming in massively parallel devices with CUDA/2 - Elements of CUDA program.mp4 34.5 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/4 - Lock based thread safe data structures and algorithm implementation/6 - parallel for each implementation.mp4 33.7 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/8 - Thread pools/3 - Thread pool with waiting tasks.mp4 33.2 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/9 - Bonus section Parallel programming in massively parallel devices with CUDA/6 - Unique index calculation for threads in a 2D grid.mp4 32.8 MB
[TutsNode.com] - Modern C++ Concurrency in Depth ( C++1720)/8 - Thread pools/1 - Simple thread pool.mp4 30.6 MB
猜你喜欢:
C++
1720
Depth
Modern
Concurrency
- 【影视】 Java Multithreading, Concurrency & Performance Optimization
-
收录时间:2023-12-18
文档个数:224
文档大小:1.1 GB
最近下载:2025-05-15
人气:4295
磁力链接
8 - Inter-Thread Communication/3 - Objects as Condition Variables - wait(), notify() and notifyAll().mp4 102.2 MB
4 - Performance Optimization/5 - Optimizing for Throughput Part 2 - HTTP server + Jmeter.mp4 88.6 MB
4 - Performance Optimization/2 - Optimizing for Latency Part 2 - Image Processing.mp4 86.4 MB
3 - Threading fundamentals - Thread Coordination/2 - Joining Threads.mp4 72.4 MB
6 - The Concurrency Challenges & Solutions/5 - Locking Strategies & Deadlocks.mp4 57.1 MB
9 - Lock-Free Algorithms, Data-Structures & Techniques/3 - Atomic References, Compare And Set, Lock-Free High Performance Data Structure.mp4 57.0 MB
1 - Introduction/2 - Operating Systems Fundamentals - Part 2.mp4 52.2 MB
2 - Threading fundamentals - Thread Creation/2 - Threads Creation - Part 1, Thread Capabilities & Debugging.mp4 51.2 MB
1 - Introduction/1 - Motivation & Operating Systems fundamentals- Part 1.mp4 42.8 MB
6 - The Concurrency Challenges & Solutions/2 - Atomic Operations, Volatile & Metrics practical example.mp4 40.2 MB
3 - Threading fundamentals - Thread Coordination/1 - Thread Termination & Daemon Threads.mp4 40.0 MB
10 - Beyond Multithreading - Final Lecture/1 - Distributed Systems, Big Data & Performance.mp4 39.7 MB
7 - Advanced Locking/3 - Reentrant Read Write Lock & Database Implementation.mp4 38.2 MB
7 - Advanced Locking/2 - ReentrantLock Part 2 - User Interface Application example.mp4 36.8 MB
5 - Data Sharing between Threads/2 - Resource Sharing & Introduction to Critical Sections.mp4 32.1 MB
6 - The Concurrency Challenges & Solutions/4 - Race Conditions & Data Races.mp4 29.6 MB
2 - Threading fundamentals - Thread Creation/3 - Threads Creation - Part 2. Thread Inheritance.mp4 28.0 MB
8 - Inter-Thread Communication/1 - Semaphore - Scalable Producer Consumer implementation.mp4 27.0 MB
8 - Inter-Thread Communication/2 - Condition Variables - All purpose, Inter-Thread Communication.mp4 25.0 MB
4 - Performance Optimization/1 - Introduction to Performance & Optimizing for Latency - Part 1.mp4 22.3 MB
猜你喜欢:
Performance
Multithreading
Java
Concurrency
Optimization
- 【影视】 [FreeCourseSite.com] Udemy - Concurrency, Multithreading and Parallel Computing in Java
-
收录时间:2021-04-03
文档个数:188
文档大小:2.1 GB
最近下载:2025-05-16
人气:3909
磁力链接
8. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.mp4 86.7 MB
8. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp4 82.6 MB
4. Inter-Thread Communication/8. Producer and consumer.mp4 79.5 MB
13. Using Java's Stream API/5. Streams with custom objects.mp4 69.8 MB
4. Inter-Thread Communication/3. Problems with synchronization.mp4 57.7 MB
4. Inter-Thread Communication/6. Wait and notify.mp4 55.9 MB
8. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp4 55.4 MB
13. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.mp4 55.3 MB
3. Threads Manipulation/6. Daemon threads and user threads.mp4 51.3 MB
5. Multithreading Concepts/5. Livelock example.mp4 48.9 MB
13. Using Java's Stream API/2. Streams with numbers.mp4 45.8 MB
5. Multithreading Concepts/4. Deadlock example.mp4 44.0 MB
3. Threads Manipulation/3. Starting threads - Thread class.mp4 40.0 MB
3. Threads Manipulation/2. Starting threads - Runnable.mp4 40.0 MB
4. Inter-Thread Communication/2. Synchronization.mp4 38.4 MB
5. Multithreading Concepts/6. Atomic variables.mp4 38.3 MB
2. Multithreading Theory/1. Processes and threads introduction.mp4 37.4 MB
6. Creating Threads with Executors/5. Stopping executors.mp4 35.2 MB
5. Multithreading Concepts/1. Volatile.mp4 35.0 MB
6. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.mp4 34.6 MB
猜你喜欢:
Java
FreeCourseSite
Computing
Udemy
Concurrency
Multithreading
com
Parallel
- 【影视】 Introduction to C++ Concurrency LiveLessons
-
收录时间:2023-12-25
文档个数:76
文档大小:2.6 GB
最近下载:2025-05-16
人气:3575
磁力链接
Lesson 5 Working with Mutexes and Locks/002. 5.1 Use mutex to protect shared data.mp4 191.6 MB
Lesson 5 Working with Mutexes and Locks/005. 5.4 Implement transfer between bank accounts.mp4 168.4 MB
Lesson 2 Starting and Joining Threads/004. 2.3 Start a thread with arguments.mp4 164.5 MB
Lesson 5 Working with Mutexes and Locks/003. 5.2 Familiarize yourself with ownership systems.mp4 127.6 MB
Lesson 4 Passing Data Between Threads/005. 4.4 List directories in parallel.mp4 123.8 MB
Lesson 6 Using Condition Variables to Communicate/005. 6.4 Implement message passing queue.mp4 118.2 MB
Lesson 2 Starting and Joining Threads/003. 2.2 Fork multiple threads.mp4 117.7 MB
Lesson 3 Using Threads to Return Values/002. 3.1 Create a promise and a future.mp4 113.6 MB
Lesson 4 Passing Data Between Threads/003. 4.2 Pass data by value and move.mp4 103.6 MB
Lesson 7 Understanding the Dangers of Atomic Variables/004. 7.3 Use atomic variables and run into atomicity violations.mp4 92.0 MB
Lesson 5 Working with Mutexes and Locks/006. 5.5 Discover and fix a deadlock.mp4 90.6 MB
Lesson 6 Using Condition Variables to Communicate/004. 6.3 Create a concurrent consumer.mp4 80.6 MB
Lesson 4 Passing Data Between Threads/004. 4.3 Pass immutable data between threads.mp4 78.8 MB
Lesson 7 Understanding the Dangers of Atomic Variables/002. 7.1 Understand sequential consistency.mp4 78.3 MB
Lesson 5 Working with Mutexes and Locks/004. 5.3 Implement a bank account object with a lock.mp4 78.0 MB
Lesson 6 Using Condition Variables to Communicate/002. 6.1 Create a polling loop.mp4 70.9 MB
Lesson 4 Passing Data Between Threads/002. 4.1 Understand data races.mp4 69.6 MB
Lesson 3 Using Threads to Return Values/003. 3.2 Start a thread with stdasync.mp4 68.5 MB
Lesson 8 Looking into the Future of C++ Concurrency/003. 8.2 Compose futures using then and resumable functions.mp4 62.7 MB
Lesson 1 Running an Interactive Demo/004. 1.3 Observe parallel performance.mp4 60.3 MB
猜你喜欢:
Introduction
LiveLessons
Concurrency
C++
- 【影视】 [ FreeCourseWeb.com ] Oreilly - Grokking Concurrency, Video Edition
-
收录时间:2024-03-22
文档个数:19
文档大小:998.1 MB
最近下载:2025-05-16
人气:3558
磁力链接
~Get Your Files Here !/016. Chapter 13. Writing concurrent applications.mp4 107.4 MB
~Get Your Files Here !/015. Chapter 12. Asynchronous communication.mp4 99.4 MB
~Get Your Files Here !/003. Chapter 2. Serial and parallel execution.mp4 92.2 MB
~Get Your Files Here !/009. Chapter 7. Decomposition.mp4 89.0 MB
~Get Your Files Here !/011. Chapter 9. Solving concurrency problems Deadlocks and starvation.mp4 79.1 MB
~Get Your Files Here !/014. Chapter 11. Event-based concurrency.mp4 78.8 MB
~Get Your Files Here !/013. Chapter 10. Nonblocking IO.mp4 76.3 MB
~Get Your Files Here !/008. Chapter 6. Multitasking.mp4 74.8 MB
~Get Your Files Here !/010. Chapter 8. Solving concurrency problems Race conditions and synchronization.mp4 67.6 MB
~Get Your Files Here !/004. Chapter 3. How computers work.mp4 62.2 MB
~Get Your Files Here !/006. Chapter 5. Interprocess communication.mp4 61.1 MB
~Get Your Files Here !/005. Chapter 4. Building blocks of concurrency.mp4 53.7 MB
~Get Your Files Here !/002. Chapter 1. Introducing concurrency.mp4 41.7 MB
~Get Your Files Here !/007. Part 2. The many tentacles of concurrency Multitasking, decomposition, and synchronization.mp4 5.2 MB
~Get Your Files Here !/012. Part 3. Asynchronous octopuses A pizza-making tale of concurrency.mp4 4.8 MB
~Get Your Files Here !/001. Part 1. The octopus orchestra Introduction to a symphony of concurrency.mp4 3.4 MB
~Get Your Files Here !/017. Epilogue.mp4 1.6 MB
~Get Your Files Here !/Bonus Resources.txt 386 Bytes
Get Bonus Downloads Here.url 183 Bytes
猜你喜欢:
Grokking
Edition
Video
Concurrency
FreeCourseWeb
com
Oreilly
- 【影视】 [ DevCourseWeb.com ] Udemy - Multithreading and Concurrency explained in Java
-
收录时间:2022-03-13
文档个数:45
文档大小:1.1 GB
最近下载:2025-05-16
人气:3451
磁力链接
~Get Your Files Here !/3. Threads Manipulation and coordination/7. Thread join - Part 2.mp4 98.1 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/11. Thread wait() & notify() & notifyAll() - Part 2.mp4 87.8 MB
~Get Your Files Here !/4. Concurrency issues & Solutions/2. Thread Safety.mp4 87.1 MB
~Get Your Files Here !/4. Concurrency issues & Solutions/9. Executor - Part 3.mp4 74.6 MB
~Get Your Files Here !/4. Concurrency issues & Solutions/4. Volatile.mp4 69.3 MB
~Get Your Files Here !/4. Concurrency issues & Solutions/3. Concurrency issues & Synchronization.mp4 68.6 MB
~Get Your Files Here !/4. Concurrency issues & Solutions/6. Deadlock.mp4 62.7 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/6. Thread join - Part 1.mp4 62.4 MB
~Get Your Files Here !/2. MultiThreading fundamentals/3. Threads Creation in Java.mp4 56.5 MB
~Get Your Files Here !/4. Concurrency issues & Solutions/8. Executor - Part 2.mp4 55.0 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/3. Thread sleep.mp4 49.2 MB
~Get Your Files Here !/2. MultiThreading fundamentals/1. Multithreading Theory.mp4 36.6 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/4. Thread interruption - Part 1.mp4 35.8 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/5. Thread interruption - Part 2.mp4 32.4 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/9. JVM Profiling using JConcole.mp4 32.3 MB
~Get Your Files Here !/4. Concurrency issues & Solutions/7. Executor - Part 1.mp4 29.8 MB
~Get Your Files Here !/2. MultiThreading fundamentals/2. Java Multithreading.mp4 24.7 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/10. Thread wait() & notify() & notifyAll() - Part 1.mp4 23.4 MB
~Get Your Files Here !/3. Threads Manipulation and coordination/2. Daemon vs User thread.mp4 22.3 MB
~Get Your Files Here !/2. MultiThreading fundamentals/4. Threads Creation using lambda expression.mp4 21.1 MB
猜你喜欢:
Java
explained
Udemy
DevCourseWeb
Concurrency
Multithreading
com
- 【影视】 [ DevCourseWeb.com ] Udemy - Flutter - Concurrency and Parallelism
-
收录时间:2023-12-17
文档个数:11
文档大小:1.2 GB
最近下载:2025-05-16
人气:3414
磁力链接
~Get Your Files Here !/6 - Isolate Parse Json Response From Api.mp4 178.6 MB
~Get Your Files Here !/9 - Understanding Isolate and Event Loop.mp4 169.5 MB
~Get Your Files Here !/1 - Getting Started with Asynchronous Programming.mp4 169.1 MB
~Get Your Files Here !/3 - Concurrent Programming Part 1.mp4 150.2 MB
~Get Your Files Here !/5 - Compute Function.mp4 116.0 MB
~Get Your Files Here !/8 - Create Isolate with Isolaterun.mp4 115.5 MB
~Get Your Files Here !/7 - Isolate Error handling.mp4 115.4 MB
~Get Your Files Here !/4 - Concurrent Programming Part 2.mp4 89.5 MB
~Get Your Files Here !/2 - Practical Guide To Async and Await.mp4 80.2 MB
~Get Your Files Here !/Bonus Resources.txt 386 Bytes
Get Bonus Downloads Here.url 182 Bytes
猜你喜欢:
Udemy
DevCourseWeb
Parallelism
Concurrency
com
Flutter
- 【影视】 [ TutSala.com ] Udemy - Java Multithreading, Concurrency & Performance Optimization
-
收录时间:2023-12-19
文档个数:225
文档大小:1.1 GB
最近下载:2025-05-13
人气:3279
磁力链接
~Get Your Files Here !/8 - Inter-Thread Communication/3 - Objects as Condition Variables - wait(), notify() and notifyAll().mp4 102.2 MB
~Get Your Files Here !/4 - Performance Optimization/5 - Optimizing for Throughput Part 2 - HTTP server + Jmeter.mp4 88.6 MB
~Get Your Files Here !/4 - Performance Optimization/2 - Optimizing for Latency Part 2 - Image Processing.mp4 86.4 MB
~Get Your Files Here !/3 - Threading fundamentals - Thread Coordination/2 - Joining Threads.mp4 72.4 MB
~Get Your Files Here !/6 - The Concurrency Challenges & Solutions/5 - Locking Strategies & Deadlocks.mp4 57.1 MB
~Get Your Files Here !/9 - Lock-Free Algorithms, Data-Structures & Techniques/3 - Atomic References, Compare And Set, Lock-Free High Performance Data Structure.mp4 57.0 MB
~Get Your Files Here !/1 - Introduction/2 - Operating Systems Fundamentals - Part 2.mp4 52.2 MB
~Get Your Files Here !/2 - Threading fundamentals - Thread Creation/2 - Threads Creation - Part 1, Thread Capabilities & Debugging.mp4 51.2 MB
~Get Your Files Here !/1 - Introduction/1 - Motivation & Operating Systems fundamentals- Part 1.mp4 42.8 MB
~Get Your Files Here !/6 - The Concurrency Challenges & Solutions/2 - Atomic Operations, Volatile & Metrics practical example.mp4 40.2 MB
~Get Your Files Here !/3 - Threading fundamentals - Thread Coordination/1 - Thread Termination & Daemon Threads.mp4 40.0 MB
~Get Your Files Here !/10 - Beyond Multithreading - Final Lecture/1 - Distributed Systems, Big Data & Performance.mp4 39.7 MB
~Get Your Files Here !/7 - Advanced Locking/3 - Reentrant Read Write Lock & Database Implementation.mp4 38.2 MB
~Get Your Files Here !/7 - Advanced Locking/2 - ReentrantLock Part 2 - User Interface Application example.mp4 36.8 MB
~Get Your Files Here !/5 - Data Sharing between Threads/2 - Resource Sharing & Introduction to Critical Sections.mp4 32.1 MB
~Get Your Files Here !/6 - The Concurrency Challenges & Solutions/4 - Race Conditions & Data Races.mp4 29.6 MB
~Get Your Files Here !/2 - Threading fundamentals - Thread Creation/3 - Threads Creation - Part 2. Thread Inheritance.mp4 28.0 MB
~Get Your Files Here !/8 - Inter-Thread Communication/1 - Semaphore - Scalable Producer Consumer implementation.mp4 27.0 MB
~Get Your Files Here !/8 - Inter-Thread Communication/2 - Condition Variables - All purpose, Inter-Thread Communication.mp4 25.0 MB
~Get Your Files Here !/4 - Performance Optimization/1 - Introduction to Performance & Optimizing for Latency - Part 1.mp4 22.3 MB
猜你喜欢:
Java
Udemy
TutSala
Optimization
Concurrency
Performance
Multithreading
com
- 【影视】 Packt - Learning Path - Go - Concurrency and Design Patterns for Gophers
-
收录时间:2017-07-15
文档个数:43
文档大小:797.8 MB
最近下载:2025-05-16
人气:3190
磁力链接
24 - Strategy Design Pattern.mp4 46.4 MB
18 - Bridge Design Pettern.mp4 35.6 MB
21 - Facade Design Pattern.mp4 33.9 MB
25 - Chain of Responsibility Pattern.mp4 32.1 MB
27 - Template Design Pattern.mp4 29.7 MB
28 - Memento Design Pattern.mp4 28.0 MB
30 - Visitor Design Pattern.mp4 26.8 MB
20 - Decorator Design Pattern.mp4 25.4 MB
19 - Proxy Design Pattern.mp4 24.8 MB
22 - Flyweight Design Pattern.mp4 24.8 MB
12 - Builder Design Pattern.mp4 23.4 MB
29 - Interpreter Design Pattern.mp4 23.3 MB
33 - Observer Design Pattern.mp4 23.3 MB
31 - State Design Pattern.mp4 22.4 MB
13 - Factory Method.mp4 22.0 MB
26 - Command Design Pattern.mp4 21.2 MB
39 - Channels.mp4 20.7 MB
02 - Installing Go.mp4 20.5 MB
42 - Future Design Pattern.mp4 20.3 MB
16 - Composite Design Pattern.mp4 19.6 MB
猜你喜欢:
Packt
Concurrency
Patterns
Design
Gophers
Learning
Go
Path
- 【影视】 Concurrency
-
收录时间:2018-11-26
文档个数:46
文档大小:1.5 GB
最近下载:2025-05-16
人气:3164
磁力链接
Materials/safe_mutex.h 373 Bytes
Materials/Listing3_1.cpp 1.0 kB
Materials/Listing1.cpp 1.1 kB
Materials/Listing5_17.cpp 1.1 kB
Materials/Listing5_18.cpp 1.2 kB
Materials/Listing3_8.cpp 1.2 kB
Materials/Listing3_3.cpp 1.2 kB
Materials/Listing3_2.cpp 1.2 kB
Materials/Listing5_1.cpp 1.2 kB
Materials/Listing5_2.cpp 1.3 kB
Materials/Listing3_6.cpp 1.4 kB
Materials/Listing3_4.cpp 1.4 kB
Materials/Listing3_5.cpp 1.4 kB
Materials/Listing5_19.cpp 1.5 kB
Materials/Listing5_3.cpp 1.6 kB
Materials/Listing5_5.cpp 1.7 kB
Materials/Listing5_6.cpp 1.7 kB
Materials/Listing5_7.cpp 1.7 kB
Materials/Listing5_8.cpp 1.7 kB
Materials/Listing5_9.cpp 1.8 kB
猜你喜欢:
Concurrency
- 【影视】 [ FreeCourseWeb.com ] Udemy - Async - Await and Actors - Concurrency in Swift
-
收录时间:2022-03-01
文档个数:809
文档大小:2.4 GB
最近下载:2025-05-15
人气:2824
磁力链接
~Get Your Files Here !/12 What are Actors_/006 MainActor.mp4 165.0 MB
~Get Your Files Here !/05 Dates App - MVVM/024 view-models-dates.mp4 136.4 MB
~Get Your Files Here !/07 Project Time_ News App/003 Converting fetchSources to Async and Await.mp4 114.5 MB
~Get Your Files Here !/09 Project Time - Random Images and Random Quotes/002 Downloading Random Images and Quotes.mp4 113.3 MB
~Get Your Files Here !/07 Project Time_ News App/004 Using Continuation to Create Custom Async_Await Methods.mp4 96.5 MB
~Get Your Files Here !/12 What are Actors_/003 Bank Account Example Using Actors.mp4 84.5 MB
~Get Your Files Here !/08 Understanding Structured Concurrency in Swift/006 Group Tasks.mp4 79.7 MB
~Get Your Files Here !/09 Project Time - Random Images and Random Quotes/006 Progressive Downloads and Displaying on the Screen Instantly.mp4 77.7 MB
~Get Your Files Here !/12 What are Actors_/004 Actors Example_ Bank Account Transfer Funds.mp4 68.5 MB
~Get Your Files Here !/10 AsyncSequence/005 Adapting Existing Callbacks or Handlers to AsyncSequence Using AsyncStream.mp4 67.8 MB
~Get Your Files Here !/09 Project Time - Random Images and Random Quotes/005 Implementing Dynamic Concurrency Using TaskGroup.mp4 65.1 MB
~Get Your Files Here !/10 AsyncSequence/002 Loop Over Sequence Without AsyncSequence.mp4 59.5 MB
~Get Your Files Here !/06 Exposing your Functions as Async_Await Using Continuation/004 Converting Callback Function to Async_Await Function Using Continuation.mp4 57.3 MB
~Get Your Files Here !/11 Concurrent Programming_ Problem and Solutions/002 Problem_ Bank Account Withdraw.mp4 56.4 MB
~Get Your Files Here !/07 Project Time_ News App/002 Tour of the News App.mp4 56.0 MB
~Get Your Files Here !/08 Understanding Structured Concurrency in Swift/003 Async-let Tasks.mp4 54.4 MB
~Get Your Files Here !/05 Dates App - MVVM/004 Creating View Models.mp4 53.3 MB
~Get Your Files Here !/12 What are Actors_/002 Understanding Actors.mp4 52.2 MB
~Get Your Files Here !/05 Dates App - MVVM/005 Displaying Dates on Screen.mp4 48.0 MB
~Get Your Files Here !/03 Getting Started with Async and Await/003 Implementing getDate Async Function.mp4 45.8 MB
猜你喜欢:
Swift
Await
Udemy
FreeCourseWeb
Concurrency
Async
Actors
com
- 【影视】 The Concurrency of the End of Evangelion 0.00 (v3) [TRI-AUDIO].mkv
-
收录时间:2018-07-03
文档个数:1
文档大小:4.7 GB
最近下载:2025-05-15
人气:2701
磁力链接
The Concurrency of the End of Evangelion 0.00 (v3) [TRI-AUDIO].mkv 4.7 GB
猜你喜欢:
TRI
End
0.00
mkv
v3
Concurrency
AUDIO
Evangelion
- 【影视】 Modern C++ Concurrency
-
收录时间:2017-02-11
文档个数:53
文档大小:477.9 MB
最近下载:2025-05-15
人气:2592
磁力链接
02. Threads/05. Threads and Events.wmv 28.2 MB
03. Synchronization/02. Critical Sections.wmv 25.0 MB
04. Condition Variables/02. Auto-Reset Events.wmv 23.3 MB
02. Threads/04. Events.wmv 22.2 MB
02. Threads/02. Windows Threads.wmv 21.6 MB
08. The C++11 Thread Support Library/02. Threads.wmv 20.7 MB
06. The Windows Thread Pool - Part 2/05. Cleanup and Cancellation.wmv 19.9 MB
06. The Windows Thread Pool - Part 2/02. Thread Pool Synchronization.wmv 19.5 MB
05. The Windows Thread Pool/04. Pools of Threads.wmv 18.2 MB
03. Synchronization/06. Slim Reader Writer Locks and Threads.wmv 16.0 MB
04. Condition Variables/03. Finding The Problem.wmv 15.6 MB
07. The Concurrency Runtime/07. concurrent_queue.wmv 15.2 MB
05. The Windows Thread Pool/02. Submitting Callbacks.wmv 14.9 MB
05. The Windows Thread Pool/06. Units of Work.wmv 13.7 MB
06. The Windows Thread Pool - Part 2/04. Relative Timeouts and Periods.wmv 13.7 MB
04. Condition Variables/05. Condition Variables.wmv 13.7 MB
07. The Concurrency Runtime/09. Tasks.wmv 12.7 MB
02. Threads/03. Threads and The CRT.wmv 12.3 MB
03. Synchronization/04. Slim Reader Writer Locks.wmv 12.2 MB
05. The Windows Thread Pool/05. Mixing Environments and Pools.wmv 11.7 MB
猜你喜欢:
Modern
Concurrency
C++
- 【压缩文件】 [ FreeCourseWeb.com ] Oreilly - Introduction to C+ + Concurrency LiveLessons.zip
-
收录时间:2021-04-07
文档个数:1
文档大小:7.9 GB
最近下载:2025-05-16
人气:2503
磁力链接
[ FreeCourseWeb.com ] Oreilly - Introduction to C+ + Concurrency LiveLessons.zip 7.9 GB
猜你喜欢:
zip
Introduction
LiveLessons
FreeCourseWeb
Concurrency
com
Oreilly
- 【影视】 [ FreeCourseWeb.com ] Linkedin - Advanced Java - Threads and Concurrency
-
收录时间:2024-04-27
文档个数:82
文档大小:360.6 MB
最近下载:2025-05-15
人气:2294
磁力链接
~Get Your Files Here !/03 - 2. Asynchronous Programming/04 - Implementing CompletableFuture.mp4 17.8 MB
~Get Your Files Here !/08 - 7. Virtual Threads in Action/01 - Ways to create virtual threads.mp4 17.0 MB
~Get Your Files Here !/06 - 5. Concurrent Data Structures/03 - Using concurrent collections.mp4 16.5 MB
~Get Your Files Here !/03 - 2. Asynchronous Programming/02 - Future.mp4 15.9 MB
~Get Your Files Here !/05 - 4. ForkJoin Framework/04 - Using the forkjoin framework.mp4 14.6 MB
~Get Your Files Here !/04 - 3. Executors/04 - Executing tasks periodically with ScheduledExecutorService.mp4 13.5 MB
~Get Your Files Here !/04 - 3. Executors/06 - Solution Number magic and voting simulator.mp4 13.1 MB
~Get Your Files Here !/04 - 3. Executors/03 - Implementing an executor ExecutorService in action.mp4 12.4 MB
~Get Your Files Here !/07 - 6. Introduction to Project Loom/02 - Project Loom and virtual threads.mp4 11.2 MB
~Get Your Files Here !/08 - 7. Virtual Threads in Action/02 - Comparing performance Platform versus virtual threads.mp4 11.0 MB
~Get Your Files Here !/02 - 1. Synchronization/03 - Thread interference Race condition.mp4 11.0 MB
~Get Your Files Here !/05 - 4. ForkJoin Framework/06 - Solution Multiples calculator.mp4 10.6 MB
~Get Your Files Here !/02 - 1. Synchronization/01 - Memory access in Java threads and its problems.mp4 10.4 MB
~Get Your Files Here !/02 - 1. Synchronization/02 - Memory inconsistency Data race.mp4 10.3 MB
~Get Your Files Here !/02 - 1. Synchronization/07 - Solution Inventory manager.mp4 9.7 MB
~Get Your Files Here !/08 - 7. Virtual Threads in Action/04 - Things to keep in mind when using virtual threads.mp4 9.7 MB
~Get Your Files Here !/06 - 5. Concurrent Data Structures/01 - Thread safety in collections.mp4 9.5 MB
~Get Your Files Here !/05 - 4. ForkJoin Framework/03 - The core classes of the forkjoin framework.mp4 9.2 MB
~Get Your Files Here !/03 - 2. Asynchronous Programming/01 - The need for non-blocking operations.mp4 8.8 MB
~Get Your Files Here !/06 - 5. Concurrent Data Structures/04 - Synchronized versus concurrent collections.mp4 8.4 MB
猜你喜欢:
Java
Linkedin
Threads
Concurrency
FreeCourseWeb
com
Advanced
- 【影视】 Hands-on Concurrency with Go [Video]
-
收录时间:2018-08-08
文档个数:36
文档大小:393.7 MB
最近下载:2025-05-15
人气:2237
磁力链接
4.I_O Concurrency/20.A Reddit and Hacker News Client.mp4 48.6 MB
1.What are Concurrency and Parallelism/02.The World of Concurrent Software.mp4 5.4 MB
1.What are Concurrency and Parallelism/03.Scalability – Why Does My Website Keep Crashing.mp4 3.2 MB
1.What are Concurrency and Parallelism/04.Performance — Getting the Most out of Your CPU.mp4 2.1 MB
1.What are Concurrency and Parallelism/05.Reliability — What Do You Mean, us-east-1 Is Down.mp4 3.0 MB
1.What are Concurrency and Parallelism/06.Maintainability.mp4 2.7 MB
2.Goroutines, channels, and concurrency in Go/07.Go Programming Review.mp4 8.7 MB
2.Goroutines, channels, and concurrency in Go/08.Goroutines.mp4 7.6 MB
2.Goroutines, channels, and concurrency in Go/09.Communicating by Sharing Memory.mp4 13.9 MB
2.Goroutines, channels, and concurrency in Go/10.Sharing Memory by Communicating with Channels.mp4 16.2 MB
2.Goroutines, channels, and concurrency in Go/11.Queuing Work with Buffered Channels.mp4 18.4 MB
2.Goroutines, channels, and concurrency in Go/12.Non-Blocking Channel Operations.mp4 20.9 MB
2.Goroutines, channels, and concurrency in Go/13.Concurrency is Cheap.mp4 2.2 MB
3.Data Parallelism/14.What is Data Parellism.mp4 2.7 MB
3.Data Parallelism/15.The Barycenter Problem.mp4 3.6 MB
3.Data Parallelism/16.A Naive Barycenter Implementation.mp4 45.4 MB
3.Data Parallelism/17.A Parallel Barycenter Implementation.mp4 34.7 MB
3.Data Parallelism/18.Performance Comparison.mp4 2.4 MB
4.I_O Concurrency/19.What is I_O Concurrency.mp4 2.9 MB
1.What are Concurrency and Parallelism/01.The Course Overview.mp4 14.8 MB
猜你喜欢:
Go
Video
Concurrency
Hands
- 【影视】 Java Concurrency Specialist Course
-
收录时间:2021-05-18
文档个数:34
文档大小:3.6 GB
最近下载:2025-05-15
人气:2177
磁力链接
[TutsNode.com] - Java Concurrency Specialist Course/lesson12.mp4 320.2 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson11.mp4 289.0 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson7.mp4 273.0 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson4.mp4 262.8 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson5.mp4 261.9 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson8.mp4 252.6 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson6.mp4 248.9 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson3.mp4 245.0 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson2.mp4 244.3 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson9.mp4 216.4 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson15.mp4 197.8 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson10.mp4 182.9 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson1.mp4 182.4 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson13.mp4 181.0 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson14.mp4 150.3 MB
[TutsNode.com] - Java Concurrency Specialist Course/lesson16.mp4 35.3 MB
.pad/14 693.8 kB
.pad/6 687.0 kB
.pad/2 681.6 kB
.pad/9 645.4 kB
猜你喜欢:
Specialist
Java
Concurrency
Course
- 【影视】 [ DevCourseWeb.com ] Udemy - Golang (Go) Concurrency - Hands-On Guide
-
收录时间:2024-01-23
文档个数:59
文档大小:693.7 MB
最近下载:2025-05-15
人气:2079
磁力链接
~Get Your Files Here !/2. Advanced Concurrency Techniques/9. Review Recap and Practice.mp4 183.7 MB
~Get Your Files Here !/3. Optimization/2. Context Managing Goroutine Lifecycle.mp4 92.6 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/7. Wait Groups Synchronization and Completion.mp4 86.5 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/5. Channels Communication Between Goroutines.mp4 66.8 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/1. Atomic Operations Low-Level Synchronization.mp4 59.1 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/7. Select Multiplexing Goroutine Communication.mp4 45.5 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/3. Pool Memory Allocation and Garbage Collection.mp4 41.9 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/5. Condition Variable Coordination Between Goroutines.mp4 36.0 MB
~Get Your Files Here !/3. Optimization/1. Data Race Detector Debugging Concurrency Issues.mp4 35.9 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/1. Goroutines Introduction and Basics.mp4 19.0 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/3. Mutex Ensuring Data Consistency.mp4 14.5 MB
~Get Your Files Here !/3. Optimization/4. Congratulations.mp4 12.2 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/9. Review Recap and Practice.srt 35.2 kB
~Get Your Files Here !/3. Optimization/2. Context Managing Goroutine Lifecycle.srt 22.5 kB
~Get Your Files Here !/2. Advanced Concurrency Techniques/5. Channels Communication Between Goroutines.srt 22.5 kB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/7. Wait Groups Synchronization and Completion.srt 18.8 kB
~Get Your Files Here !/2. Advanced Concurrency Techniques/1. Atomic Operations Low-Level Synchronization.srt 18.2 kB
~Get Your Files Here !/2. Advanced Concurrency Techniques/3. Pool Memory Allocation and Garbage Collection.srt 12.4 kB
~Get Your Files Here !/2. Advanced Concurrency Techniques/7. Select Multiplexing Goroutine Communication.srt 11.7 kB
~Get Your Files Here !/3. Optimization/1. Data Race Detector Debugging Concurrency Issues.srt 10.4 kB
猜你喜欢:
Golang
Udemy
DevCourseWeb
Concurrency
Hands
Go
com
Guide