최소 단어 이상 선택하여야 합니다.
최대 10 단어까지만 선택 가능합니다.
다음과 같은 기능을 한번의 로그인으로 사용 할 수 있습니다.
NTIS 바로가기한국게임학회 논문지 = Journal of Korea Game Society, v.20 no.5, 2020년, pp.53 - 64
이상기 (한국산업기술대학교 디지털엔터테인먼트학과) , 정내훈 (한국산업기술대학교 게임공학부)
Supporting NNS method in KD-Tree algorithm is essential in multidimensional data applications. In this paper, we propose HD-Tree, a high-performance Lock-Free KD-Tree that supports NNS in situations where reads and writes occurs concurrently. HD-Tree reduced the number of synchronization nodes used ...
핵심어 | 질문 | 논문에서 추출한 답변 |
---|---|---|
KD-Tree에서 다차원 데이터를 다루는 응용 프로그램에서 필수적 구현은? | KD-Tree에서 NNS의 구현은 다차원 데이터를 다루는 응용 프로그램에서 필수적이다. 본 논문에서는 자료구조의 동시 수정, 검색이 일어나는 멀티스레드 상황에서 NNS를 지원하는 고성능 Lock-Free KD-Tree인 HD-Tree를 제안한다. | |
KD-Tree는 어떤분야에서 주로 사용하는가? | KD-Tree는 게임, 기계학습, 이미지검색 등 컴퓨터 그래픽스를 활용한 분야에서 주로 사용된다. 이러한 분야에서 다차원 데이터를 활용하기 위해 일반적으로 NNS(Nearest Neighbor Search)를 사용하기 때문에 멀티코어 시스템에서 이를 제대로 활용하기 위해서는 검색, 삽입, 삭제 작업이 병행하게 일어나는 상황에서 NNS를 지원해야한다. | |
Lock-Free 자료구조를 구현할 경우 hazard pointer, EBR과 같은 메모리를 관리를 위한 Lock-Free 알고리즘이 추가적으로 필요한 이유는? | 기술자 기반 동기화 방법을 사용할 경우 노드를 제거할 때 다른 스레드가 제거될 노드에 접근하여 발생하는 제거 타이밍 문제와 ABA문제[8]가 존재한다. 때문에 Lock-Free 자료구조를 구현할 경우 hazard pointer[9], EBR(Epoch Based memory Reclamation)[3]과 같은 메모리를 관리를 위한 Lock-Free 알고리즘이 추가적으로 필요하다. |
B. Chatterjee, I. Walulya, and P. Tsigas. "Concurrent linearizable nearest neighbour search in lockfree-kd-tree". ICDCN '18: Proceedings of the 19th International Conference on Distributed Computing and Networking, 2018.
A. Natarajan, A. Ramachandran and N. Mittal. "FEAST: A Lightweight Lock-free Concurrent Binary Search Tree". ACM Transactions on Parallel Computing. 2020.
H. Wen, J. Izraelevitz, W. Cai, H. A. Beadle and M. L. Scott. "Interval-based memory reclamation". ACM SIGPLAN Notices. 2018.
Steam Hardware&Software Survey: July 2020. https://store.steampowered.com/hwsurvey/cpus/
M. Herlihy and N. Shavit. "The Art of Multiprocessor Programming Revised Reprint". Morgan Kaufmann, 2012.
J. L. Bentley. "Multidimensional binary search trees used for associative searching". CACM, vol. 18, no. 9, pp. 509-517, 1975.
M. Herlihy. "Wait-Free Synchronization". ACM Transactions on Programming Languages and Systems (TOPLAS), 13 (1): 124-149, Jan. 1991.
D. Dechev, P. Pirkelbauer and B. Stroustrup. "Understanding and Effectively Preventing the ABA Problem in Descriptor-based Lock-free Designs". 13th IEEE International Symposium on Object/Component/Service-Oriented Real-Time Distributed Computing, 2010.
M. Michael, "Hazard pointers: Safe memory reclamation for lock-free objects", IEEE Transactions on Parallel and Distributed Systems, 15 (6): 491-504. 2004.
F. Ellen, P. Fatourou, E. Ruppert, and F. van Breugel. "Non-blocking binary search trees". In Proceedings of the 29th ACM Symposium on Principles of Distributed Computing (PODC'10). ACM, New York, NY, 131-140. 2010.
T. Brown, F. Ellen, and E. Ruppert. "A general technique for non-blocking trees". In Proceedings of the 19th ACM Symposium on Principles and Practice of Parallel Programming (PPoPP'14). ACM, New York, NY, 329-342. 2014.
해당 논문의 주제분야에서 활용도가 높은 상위 5개 콘텐츠를 보여줍니다.
더보기 버튼을 클릭하시면 더 많은 관련자료를 살펴볼 수 있습니다.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.