Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Tags
- slowpath
- mm_struct
- vmalloc
- buddy_system
- commit
- vm_area_struct
- Android
- multiqueue
- pmap
- blk-mq
- page
- lruvec
- BLOCK
- Network
- NDK
- Linux
- fastpath
- slub
- memory
- proc
- allocator
- spinlock
- slab
- 카프카
- kmalloc
- devicedriver
- kafka
- Apache
- strex
- Kernel
Archives
- Today
- Total
목록2024/07/21 (1)
Art of Pr0gr4m
병렬성(Parallelism)과 동시성(Concurrency)
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 decomposab..
IT
2024. 7. 21. 16:21