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
- pmap
- fastpath
- Apache
- slab
- page
- kmalloc
- spinlock
- multiqueue
- Kernel
- slowpath
- commit
- memory
- Network
- vmalloc
- Android
- allocator
- devicedriver
- 카프카
- strex
- blk-mq
- BLOCK
- vm_area_struct
- slub
- lruvec
- mm_struct
- NDK
- proc
- Linux
- kafka
- buddy_system
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