The Nearest neighbour search (NNS) is a fundamental problem in many application domains dealing with multidimensional data. In a concurrent setting, where dynamic modifications are allowed, a linearizable implementation of the NNS is highly desirable. This paper introduces the LockFree-kD-tree (LFkD-tree ): a lock-free concurrent kD-tree, which implements an abstract data type (ADT) that provides the operations Add, Remove, Contains, and NNS. Our implementation is linearizable. The operations in the LFkD-tree use single-word read and compare-and-swap ([Formula presented] ) atomic primitives, which are readily supported on available multi-core processors. We experimentally evaluate the LFkD-tree using several benchmarks comprising real-world...
International audienceKeywords: Exact nearest neighbour search Approximate nearest neighbour search ...
\ua9 2016 ACM.Efficient concurrent data structures that support range queries are highly sought-afte...
A simplified k nearest neighbour (knn) search for the R-tree family is proposed in this paper. This ...
The Nearest neighbour search (NNS) is a fundamental problem in many application domains dealing with...
The Nearest neighbour search (NNS) is a fundamental problem in many application domains dealing with...
The Nearest neighbour search (NNS) is an important problem in a large number of application domains ...
In this paper we present a novel algorithm for concurrent lock-free internal binary search trees (BS...
Abstract. This paper proposes a new lock-based concurrent binary tree using a methodology for writin...
Multidimensional binary search tree (abbreviated k-d tree) is a popular data structure for the organ...
This paper presents parallel algorithms for the construction of k dimensional tree (KD-tree) and nea...
Abstract. We introduce a method of searching the k nearest neighbours (k-NN) using PM-tree. The PM-t...
Logarithmic search data structures, such as search trees and skiplists, are fundamental building blo...
[[abstract]]The problem of k-nearest neighbors (kNN) is to find the nearest k neighbors for a query ...
As other fundamental programming abstractions in energy-efficient computing, search trees are expect...
Building a library of concurrent data structures is an essential way to simplify the difficult task ...
International audienceKeywords: Exact nearest neighbour search Approximate nearest neighbour search ...
\ua9 2016 ACM.Efficient concurrent data structures that support range queries are highly sought-afte...
A simplified k nearest neighbour (knn) search for the R-tree family is proposed in this paper. This ...
The Nearest neighbour search (NNS) is a fundamental problem in many application domains dealing with...
The Nearest neighbour search (NNS) is a fundamental problem in many application domains dealing with...
The Nearest neighbour search (NNS) is an important problem in a large number of application domains ...
In this paper we present a novel algorithm for concurrent lock-free internal binary search trees (BS...
Abstract. This paper proposes a new lock-based concurrent binary tree using a methodology for writin...
Multidimensional binary search tree (abbreviated k-d tree) is a popular data structure for the organ...
This paper presents parallel algorithms for the construction of k dimensional tree (KD-tree) and nea...
Abstract. We introduce a method of searching the k nearest neighbours (k-NN) using PM-tree. The PM-t...
Logarithmic search data structures, such as search trees and skiplists, are fundamental building blo...
[[abstract]]The problem of k-nearest neighbors (kNN) is to find the nearest k neighbors for a query ...
As other fundamental programming abstractions in energy-efficient computing, search trees are expect...
Building a library of concurrent data structures is an essential way to simplify the difficult task ...
International audienceKeywords: Exact nearest neighbour search Approximate nearest neighbour search ...
\ua9 2016 ACM.Efficient concurrent data structures that support range queries are highly sought-afte...
A simplified k nearest neighbour (knn) search for the R-tree family is proposed in this paper. This ...