Skip to main content

Showing 1–2 of 2 results for author: Men, Z

Searching in archive cs. Search in all archives.
.
  1. arXiv:2411.09275  [pdf, other

    cs.DS cs.DB cs.DC cs.PF

    Parallel $k$d-tree with Batch Updates

    Authors: Ziyang Men, Zheqi Shen, Yan Gu, Yihan Sun

    Abstract: The $k$d-tree is one of the most widely used data structures to manage multi-dimensional data. Due to the ever-growing data volume, it is imperative to consider parallelism in $k$d-trees. However, we observed challenges in existing parallel kd-tree implementations, for both constructions and updates. The goal of this paper is to develop efficient in-memory $k$d-trees by supporting high paralleli… ▽ More

    Submitted 6 January, 2025; v1 submitted 14 November, 2024; originally announced November 2024.

  2. Parallel Longest Increasing Subsequence and van Emde Boas Trees

    Authors: Yan Gu, Ziyang Men, Zheqi Shen, Yihan Sun, Zijin Wan

    Abstract: This paper studies parallel algorithms for the longest increasing subsequence (LIS) problem. Let $n$ be the input size and $k$ be the LIS length of the input. Sequentially, LIS is a simple problem that can be solved using dynamic programming (DP) in $O(n\log n)$ work. However, parallelizing LIS is a long-standing challenge. We are unaware of any parallel LIS algorithm that has optimal… ▽ More

    Submitted 17 April, 2023; v1 submitted 21 August, 2022; originally announced August 2022.

    Comments: to be published in Proceedings of the 35th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA '23)

    ACM Class: F.2