dreamcrash

47,137
reputation
25
94
117

I used to work in the HPC (as a Ph.D Researcher) a long time ago. Nowadays, I mainly work with Java and moving towards the DevOps world

It is always nice to get feedback from a downvote; I will not take it personal. I care more about the correctness of my answers than having my ego hurt.

My top delete answers:

  1. https://stackoverflow.com/questions/66830281/synchronized-keyword-not-producing-expected-result

My top 5 answers that gave me the most pleasure answering:

  1. Can/Should I run this code of a statistical application on a GPU?
  2. Why is the != operator not allowed with OpenMP?
  3. IntStream leads to array elements being wrongly set to 0 (JVM Bug, Java 11)
  4. Why would my parallel code be slower than my serial code?
  5. Threads does not work without volatile and reads the value from RAM instead of caching