Atomic Variables, Adders and Accumulators in Java | ConcurrentMap Explained with Examples | Geekific

preview_player
Показать описание

After going through threads, monitors, locks and many more; today, in this video we cover two important parts in the Concurrency API: Atomic Variables and Java's Concurrent Maps.

Timestamps:
00:00 Introduction
00:07 Atomic Classes
03:31 Concurrent Maps
07:40 Thanks for Watching!

If you found this video helpful, check other Geekific uploads:

#Geekific #Atomic #ConcurrentMap #Adders #Accumulators
Рекомендации по теме
Комментарии
Автор

Can we use concurrent maps in non multithreaded environment for large collections if the operation on elements are independent.
Say filtering, to reduce more time than regular sequentially filtering.

vengateshm