Filter
Exclude
Time range
-
Near
🌈 Understand how concurrent marking, region-based heap design, and pause prediction impact real performance. #JavaInternals
6
1,513
While others stop at syntax, we’re dissecting the JVM’s core. Huge shoutout to @SinghDevHub & @thinkitclub for taking us deep. Missed a bit, but I’ll be syncing up with live sessions next week! #JavaInternals #BuildInPublic
10
1,743
Next time a Java "expert" asks me to write extensible, abstracted, and verbose code; I am going to show him/her this snippet and have some fun πŸ˜… Look how messy the implementation of Concurrent HashMap is; although the code is messy and difficult to comprehend, the comment surrounding the functions makes it a little easier to understand. Ref: Implementation of ConcurrentHashMap - github.com/openjdk/jdk/blob/… I keep writing and sharing these engineering nuggets, so if you are keen on learning them, follow along. youtube.com/c/ArpitBhayani #AsliEngineering #JavaInternals #ConcurrentDataStructures
9
9
183
19,967
Look how messy the implementation of Concurrent HashMap πŸ™ƒ Next time a Java "expert" asks me to write extensible, abstracted, and verbose code; I am going to show him/her this snippet and have some fun πŸ˜… Today, I spent a couple of hours going through Java's implementation of Concurrent HashMap. Definitely, not an easy code to go through. Although the code is messy and difficult to comprehend, the comment surrounding the functions makes it a little easier to understand. Ref: Implementation of ConcurrentHashMap - github.com/openjdk/jdk/blob/… I keep writing and sharing these engineering nuggets, so if you are keen on learning them, follow along. Subscribe to my channel and check out my YT playlist on Concurrency where I have covered some really interesting topics and internals of well-known structures; many more to come. subscribe - youtube.com/c/ArpitBhayani no fluff; just engineering. #AsliEngineering #JavaInternals #ConcurrentDataStructures
5
6
106
15,387