publishing protocol1 Concurrent Data Structures References Ch 6, The Art of Writing Efficient Programs Contents Building Blocks for Concurrent Programming Counters and Accumulators Publishing Protocol Publishing Pointer Thread-Safe Shared Pointer (Atomic Shared Pointer) 포스팅에서 사용된 모든 코드는 link에서 확인할 수 있음 동시 프로그램 개발은 일반적으로 상당히 어려운 편에 속한다. 특히 몇 가지 요소에 의해서 더 어려워진다. 예를 들어, 정확성과 효율성을 모두 만족하는 동시 프로그램, 뮤텍스가 많은 복잡한 프로그램이나 lock-free 프로그램은 더욱 어렵다. 이러한 복잡.. 2024. 2. 3. 이전 1 다음