2011
DOI: 10.1145/1921598.1921601
|View full text |Cite
|
Sign up to set email alerts
|

A dynamic sort-based DDM matching algorithm for HLA applications

Abstract: Simulation is a low-cost and safe alternative to solve complex problems in various areas. To promote reuse and interoperability of simulation applications and link geographically dispersed simulation components, distributed simulation was introduced. The High-Level Architecture (HLA) is the IEEE standard for distributed simulation. To optimize communication efficiency between simulation components, HLA defines a Data Distribution Management (DDM) service group for filtering out unnecessary data exchange. It re… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
10
0

Year Published

2013
2013
2024
2024

Publication Types

Select...
6
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 13 publications
(10 citation statements)
references
References 12 publications
0
10
0
Order By: Relevance
“…The ITM algorithm, while slower than SBM, can be easily extendable to cope with dynamic regions since the interval tree allows efficient insertion and deletion of regions. In fact, a version of SBM that can efficiently handle region updates has already been proposed [49], but it can not be readily adapted to the parallel version of SBM discussed in this paper. Developing a parallel and dynamic version of SBM is the subject of ongoing research.…”
Section: Discussionmentioning
confidence: 99%
“…The ITM algorithm, while slower than SBM, can be easily extendable to cope with dynamic regions since the interval tree allows efficient insertion and deletion of regions. In fact, a version of SBM that can efficiently handle region updates has already been proposed [49], but it can not be readily adapted to the parallel version of SBM discussed in this paper. Developing a parallel and dynamic version of SBM is the subject of ongoing research.…”
Section: Discussionmentioning
confidence: 99%
“…-sweep-line-based algorithms: Bentley and Ottmann [1979], Bentley and Wood [1980], Six and Wood [1980]; -tree-based algorithms: Vaishnavi and Wood [1982], Edelsbrunner [1983], Petty and Mukherjee [1997], Zomorodian and Edelsbrunner [2002]; -uniform partition-based algorithms: Van Hook et al [1996], Tan et al [2000], Boukerche et al [2005]; -sort-based algorithms: Raczy et al [2005], Gupta and Guha [2007], Pan et al [2011].…”
Section: Related Workmentioning
confidence: 99%
“…SBM first sorts the endpoints, and then scans the sorted set (details will be given in Section III-D). SBM is extended in [8] to work efficiently on a dynamic scenario where extents can be moved or resized dynamically.…”
Section: Related Workmentioning
confidence: 99%
“…In most applications, extents can move and grow/shrink dynamically; if an update extent, say U j , changes its position or size, then it is necessary to recompute column j of matrix M. The brute force approach applied to U j alone gives an O(n) algorithm, since it is only necessary to identify overlaps between U j and all n subscription segments. An extension of SBM capable of updating intersection information efficiently has been proposed [8], with an asymptotic cost that depends on various factors (e.g., upper bound of the dimension, maximum bound shift in a region modification).…”
Section: Interval Tree Matchingmentioning
confidence: 99%