Skip to main content

· 6 min read

Summary of book Atomic Habits.

You are your habits(We are the sum of our habits).

How to build good habits and break bad ones?

How to make the small changes that will transform your habits and deliver remarkable results?

How to build a system for getting 1% better every day?

· 2 min read
luzzy zhang

Concurrency is the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in partial order, without affecting the outcome. This allows for parallel execution of the concurrent units, which can significantly improve overall speed of the execution in multi-processor and multi-core systems. In more technical terms, concurrency refers to the decomposability of a program, algorithm, or problem into order-independent or partially-ordered components or units of computation.