Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of dreamcrash

dreamcrash

dreamcrash has asked 15 questions and find answers to 97 problems.

Stats

2.3k
EtPoint
688
Vote count
15
questions
97
answers

About

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. Currently, learning python.

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