589689.xyz

[] Udemy - Concurrency, Multithreading and Parallel Computing in Java

  • 收录时间:2021-02-10 20:33:28
  • 文件大小:2GB
  • 下载次数:1
  • 最近下载:2021-02-10 20:33:28
  • 磁力链接:

文件列表

  1. 8. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.mp4 83MB
  2. 8. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp4 79MB
  3. 4. Inter-Thread Communication/8. Producer and consumer.mp4 76MB
  4. 13. Using Java's Stream API/5. Streams with custom objects.mp4 67MB
  5. 4. Inter-Thread Communication/3. Problems with synchronization.mp4 55MB
  6. 4. Inter-Thread Communication/6. Wait and notify.mp4 53MB
  7. 8. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp4 53MB
  8. 13. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.mp4 53MB
  9. 3. Threads Manipulation/6. Daemon threads and user threads.mp4 49MB
  10. 5. Multithreading Concepts/5. Livelock example.mp4 47MB
  11. 13. Using Java's Stream API/2. Streams with numbers.mp4 44MB
  12. 5. Multithreading Concepts/4. Deadlock example.mp4 42MB
  13. 3. Threads Manipulation/3. Starting threads - Thread class.mp4 38MB
  14. 3. Threads Manipulation/2. Starting threads - Runnable.mp4 38MB
  15. 4. Inter-Thread Communication/2. Synchronization.mp4 37MB
  16. 5. Multithreading Concepts/6. Atomic variables.mp4 37MB
  17. 2. Multithreading Theory/1. Processes and threads introduction.mp4 36MB
  18. 6. Creating Threads with Executors/5. Stopping executors.mp4 34MB
  19. 5. Multithreading Concepts/1. Volatile.mp4 33MB
  20. 6. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.mp4 33MB
  21. 6. Creating Threads with Executors/3. Executors example - FixedThreadPools.mp4 31MB
  22. 13. Using Java's Stream API/4. Processing files with streams.mp4 31MB
  23. 8. Multithreading Exercise I - Dining Philosophers Problem/6. Dining philosophers problems VI - running the simulation.mp4 28MB
  24. 7. Concurrent Collections/7. Exchanger.mp4 26MB
  25. 7. Concurrent Collections/3. Blocking queue.mp4 26MB
  26. 5. Multithreading Concepts/8. Mutexes and semaphores.mp4 26MB
  27. 3. Threads Manipulation/5. Wait for threads to finish - join.mp4 26MB
  28. 7. Concurrent Collections/1. Latch.mp4 26MB
  29. 7. Concurrent Collections/2. Cyclic barrier.mp4 25MB
  30. 6. Creating Threads with Executors/1. Why to use thread pools.mp4 25MB
  31. 3. Threads Manipulation/1. Sequential processing.mp4 24MB
  32. 5. Multithreading Concepts/3. Deadlock and livelock.mp4 23MB
  33. 7. Concurrent Collections/5. Priority queue.mp4 23MB
  34. 11. Parallel Algorithms/1. Parallel methods versus multithreading.mp4 23MB
  35. 11. Parallel Algorithms/3. Merge sort introduction II.mp4 22MB
  36. 4. Inter-Thread Communication/4. Locking with custom objects.mp4 22MB
  37. 6. Creating Threads with Executors/4. Executors example - ScheduledExecutor.mp4 21MB
  38. 4. Inter-Thread Communication/1. Memory management of threads.mp4 21MB
  39. 13. Using Java's Stream API/3. Streams with strings.mp4 20MB
  40. 7. Concurrent Collections/4. Delay queue.mp4 20MB
  41. 6. Creating Threads with Executors/7. Callable and future example.mp4 19MB
  42. 6. Creating Threads with Executors/6. What is a Callable interface and Future object.mp4 19MB
  43. 12. Fork-Join Framework/2. Fork-join framework simple example - RecursiveAction.mp4 19MB
  44. 7. Concurrent Collections/6. Concurrent maps.mp4 18MB
  45. 10. Multithreading Exercise III - Miner Game Simulation/5. Miner game implementation V.mp4 18MB
  46. 8. Multithreading Exercise I - Dining Philosophers Problem/2. Dining philosophers problems II - constants.mp4 18MB
  47. 5. Multithreading Concepts/7. What are semaphores.mp4 18MB
  48. 5. Multithreading Concepts/9. Semaphores example.mp4 18MB
  49. 12. Fork-Join Framework/6. Fork-join merge sort I.mp4 18MB
  50. 11. Parallel Algorithms/5. Parallel merge sort.mp4 17MB
  51. 12. Fork-Join Framework/3. Fork-join framework simple example - RecursiveTaskT.mp4 17MB
  52. 12. Fork-Join Framework/4. Maximum finding - the algorithm.mp4 17MB
  53. 11. Parallel Algorithms/10. Sum problem - parallel implementation.mp4 17MB
  54. 4. Inter-Thread Communication/10. Producer consumer with locks.mp4 16MB
  55. 11. Parallel Algorithms/2. Merge sort introduction I.mp4 16MB
  56. 11. Parallel Algorithms/4. Sequential merge sort I.mp4 16MB
  57. 4. Inter-Thread Communication/9. Locks.mp4 15MB
  58. 12. Fork-Join Framework/5. Maximum finding - running the application.mp4 14MB
  59. 12. Fork-Join Framework/1. Fork-join framework introduction.mp4 14MB
  60. 2. Multithreading Theory/2. What is time-slicing algorithm.mp4 14MB
  61. 2. Multithreading Theory/4. Downside of multithreading.mp4 14MB
  62. 2. Multithreading Theory/3. Benefits of multithreading.mp4 13MB
  63. 2. Multithreading Theory/5. Thread life cycle in Java.mp4 13MB
  64. 11. Parallel Algorithms/6. Comparing sorting implementations.mp4 12MB
  65. 13. Using Java's Stream API/1. What is the Stream API.mp4 12MB
  66. 10. Multithreading Exercise III - Miner Game Simulation/2. Miner game implementation II.mp4 12MB
  67. 1. Introduction/1. Introduction.mp4 11MB
  68. 5. Multithreading Concepts/2. Stopping a thread.mp4 10MB
  69. 12. Fork-Join Framework/7. Fork-join merge sort II.mp4 10MB
  70. 8. Multithreading Exercise I - Dining Philosophers Problem/1. Dining philosophers problem I - the problem.mp4 10MB
  71. 10. Multithreading Exercise III - Miner Game Simulation/4. Miner game implementation IV.mp4 9MB
  72. 11. Parallel Algorithms/9. Sum problem - sequential approach.mp4 9MB
  73. 9. Multithreading Exercise II -Students Library Simulation/6. Student library simulation V - running the simulation.mp4 9MB
  74. 14. MapReduce and Parallelization/1. MapReduce introduction - basics.mp4 9MB
  75. 14. MapReduce and Parallelization/2. MapReduce introduction - example.mp4 8MB
  76. 11. Parallel Algorithms/11. Comparing sum implementations.mp4 8MB
  77. 9. Multithreading Exercise II -Students Library Simulation/5. Locking locks () and tryLock().mp4 8MB
  78. 4. Inter-Thread Communication/11. Locks and synchronization.mp4 8MB
  79. 9. Multithreading Exercise II -Students Library Simulation/3. Student library simulation III - book.mp4 6MB
  80. 11. Parallel Algorithms/8. Sum problem introduction.mp4 6MB
  81. 10. Multithreading Exercise III - Miner Game Simulation/3. Miner game implementation III.mp4 6MB
  82. 9. Multithreading Exercise II -Students Library Simulation/4. Student library simulation VI - student.mp4 6MB
  83. 10. Multithreading Exercise III - Miner Game Simulation/1. Miner game implementation I.mp4 4MB
  84. 9. Multithreading Exercise II -Students Library Simulation/2. Student library simulation II - constants.mp4 4MB
  85. 9. Multithreading Exercise II -Students Library Simulation/1. Student library simulation I - the problem.mp4 3MB
  86. 14. MapReduce and Parallelization/3. MapReduce and Fork-Join.mp4 3MB
  87. 15. Course Materials (DOWNLOADS)/1.1 multithreading_parallel.zip 915KB
  88. 8. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.srt 14KB
  89. 8. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.srt 14KB
  90. 4. Inter-Thread Communication/8. Producer and consumer.srt 13KB
  91. 4. Inter-Thread Communication/3. Problems with synchronization.srt 12KB
  92. 11. Parallel Algorithms/3. Merge sort introduction II.srt 12KB
  93. 7. Concurrent Collections/7. Exchanger.srt 12KB
  94. 13. Using Java's Stream API/5. Streams with custom objects.srt 11KB
  95. 13. Using Java's Stream API/2. Streams with numbers.srt 11KB
  96. 3. Threads Manipulation/6. Daemon threads and user threads.srt 11KB
  97. 7. Concurrent Collections/5. Priority queue.srt 11KB
  98. 7. Concurrent Collections/2. Cyclic barrier.srt 11KB
  99. 8. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.srt 11KB
  100. 7. Concurrent Collections/1. Latch.srt 11KB
  101. 12. Fork-Join Framework/2. Fork-join framework simple example - RecursiveAction.srt 10KB
  102. 4. Inter-Thread Communication/6. Wait and notify.srt 10KB
  103. 11. Parallel Algorithms/1. Parallel methods versus multithreading.srt 10KB
  104. 7. Concurrent Collections/3. Blocking queue.srt 10KB
  105. 7. Concurrent Collections/4. Delay queue.srt 10KB
  106. 12. Fork-Join Framework/6. Fork-join merge sort I.srt 10KB
  107. 4. Inter-Thread Communication/2. Synchronization.srt 10KB
  108. 6. Creating Threads with Executors/7. Callable and future example.srt 9KB
  109. 13. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.srt 9KB
  110. 12. Fork-Join Framework/4. Maximum finding - the algorithm.srt 9KB
  111. 11. Parallel Algorithms/10. Sum problem - parallel implementation.srt 9KB
  112. 12. Fork-Join Framework/3. Fork-join framework simple example - RecursiveTaskT.srt 9KB
  113. 11. Parallel Algorithms/2. Merge sort introduction I.srt 9KB
  114. 5. Multithreading Concepts/9. Semaphores example.srt 9KB
  115. 11. Parallel Algorithms/4. Sequential merge sort I.srt 9KB
  116. 3. Threads Manipulation/2. Starting threads - Runnable.srt 8KB
  117. 11. Parallel Algorithms/5. Parallel merge sort.srt 8KB
  118. 7. Concurrent Collections/6. Concurrent maps.srt 8KB
  119. 5. Multithreading Concepts/5. Livelock example.srt 8KB
  120. 2. Multithreading Theory/1. Processes and threads introduction.srt 8KB
  121. 14. MapReduce and Parallelization/2. MapReduce introduction - example.srt 8KB
  122. 10. Multithreading Exercise III - Miner Game Simulation/5. Miner game implementation V.srt 8KB
  123. 5. Multithreading Concepts/4. Deadlock example.srt 8KB
  124. 14. MapReduce and Parallelization/1. MapReduce introduction - basics.srt 8KB
  125. 4. Inter-Thread Communication/10. Producer consumer with locks.srt 7KB
  126. 4. Inter-Thread Communication/9. Locks.srt 7KB
  127. 5. Multithreading Concepts/1. Volatile.srt 7KB
  128. 5. Multithreading Concepts/8. Mutexes and semaphores.srt 7KB
  129. 5. Multithreading Concepts/6. Atomic variables.srt 7KB
  130. 12. Fork-Join Framework/5. Maximum finding - running the application.srt 7KB
  131. 3. Threads Manipulation/3. Starting threads - Thread class.srt 7KB
  132. 12. Fork-Join Framework/1. Fork-join framework introduction.srt 7KB
  133. 6. Creating Threads with Executors/1. Why to use thread pools.srt 7KB
  134. 5. Multithreading Concepts/3. Deadlock and livelock.srt 6KB
  135. 6. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.srt 6KB
  136. 6. Creating Threads with Executors/5. Stopping executors.srt 6KB
  137. 3. Threads Manipulation/5. Wait for threads to finish - join.srt 6KB
  138. 13. Using Java's Stream API/4. Processing files with streams.srt 6KB
  139. 12. Fork-Join Framework/7. Fork-join merge sort II.srt 6KB
  140. 10. Multithreading Exercise III - Miner Game Simulation/2. Miner game implementation II.srt 5KB
  141. 11. Parallel Algorithms/6. Comparing sorting implementations.srt 5KB
  142. 6. Creating Threads with Executors/3. Executors example - FixedThreadPools.srt 5KB
  143. 3. Threads Manipulation/1. Sequential processing.srt 5KB
  144. 5. Multithreading Concepts/7. What are semaphores.srt 5KB
  145. 8. Multithreading Exercise I - Dining Philosophers Problem/2. Dining philosophers problems II - constants.srt 5KB
  146. 4. Inter-Thread Communication/1. Memory management of threads.srt 5KB
  147. 10. Multithreading Exercise III - Miner Game Simulation/4. Miner game implementation IV.srt 5KB
  148. 6. Creating Threads with Executors/6. What is a Callable interface and Future object.srt 5KB
  149. 9. Multithreading Exercise II -Students Library Simulation/6. Student library simulation V - running the simulation.srt 5KB
  150. 11. Parallel Algorithms/9. Sum problem - sequential approach.srt 4KB
  151. 8. Multithreading Exercise I - Dining Philosophers Problem/6. Dining philosophers problems VI - running the simulation.srt 4KB
  152. 4. Inter-Thread Communication/4. Locking with custom objects.srt 4KB
  153. 13. Using Java's Stream API/3. Streams with strings.srt 4KB
  154. 11. Parallel Algorithms/11. Comparing sum implementations.srt 4KB
  155. 2. Multithreading Theory/5. Thread life cycle in Java.srt 4KB
  156. 6. Creating Threads with Executors/4. Executors example - ScheduledExecutor.srt 4KB
  157. 2. Multithreading Theory/4. Downside of multithreading.srt 4KB
  158. 13. Using Java's Stream API/1. What is the Stream API.srt 4KB
  159. 2. Multithreading Theory/2. What is time-slicing algorithm.srt 4KB
  160. 9. Multithreading Exercise II -Students Library Simulation/5. Locking locks () and tryLock().srt 4KB
  161. 9. Multithreading Exercise II -Students Library Simulation/3. Student library simulation III - book.srt 3KB
  162. 11. Parallel Algorithms/8. Sum problem introduction.srt 3KB
  163. 8. Multithreading Exercise I - Dining Philosophers Problem/1. Dining philosophers problem I - the problem.srt 3KB
  164. 2. Multithreading Theory/3. Benefits of multithreading.srt 3KB
  165. 10. Multithreading Exercise III - Miner Game Simulation/3. Miner game implementation III.srt 3KB
  166. 9. Multithreading Exercise II -Students Library Simulation/4. Student library simulation VI - student.srt 3KB
  167. 1. Introduction/1. Introduction.srt 2KB
  168. 14. MapReduce and Parallelization/3. MapReduce and Fork-Join.srt 2KB
  169. 4. Inter-Thread Communication/11. Locks and synchronization.srt 2KB
  170. 10. Multithreading Exercise III - Miner Game Simulation/1. Miner game implementation I.srt 2KB
  171. 9. Multithreading Exercise II -Students Library Simulation/2. Student library simulation II - constants.srt 2KB
  172. 11. Parallel Algorithms/7. UPDATE comparing merge sort algorithms.html 2KB
  173. 5. Multithreading Concepts/2. Stopping a thread.srt 2KB
  174. 9. Multithreading Exercise II -Students Library Simulation/1. Student library simulation I - the problem.srt 2KB
  175. 4. Inter-Thread Communication/5. What are re-entrant locks.html 1KB
  176. 5. Multithreading Concepts/10. Mutex and binary semaphore.html 965B
  177. 4. Inter-Thread Communication/7. What is the difference between wait and sleep.html 953B
  178. 3. Threads Manipulation/4. Runnable interface and Thread class.html 635B
  179. 11. Parallel Algorithms/12. Parallelization quiz.html 156B
  180. 2. Multithreading Theory/6. Multithreading theory quiz.html 156B
  181. 3. Threads Manipulation/7. Threads manipulation quiz.html 156B
  182. 4. Inter-Thread Communication/12. Inter-thread communication quiz.html 156B
  183. 5. Multithreading Concepts/11. Multithreading concepts quiz.html 156B
  184. 6. Creating Threads with Executors/8. Executors quiz.html 156B
  185. 1. Introduction/[Tutorialsplanet.NET].url 128B
  186. [Tutorialsplanet.NET].url 128B
  187. 15. Course Materials (DOWNLOADS)/1. Course materials.html 60B