Skip to content
View Ximiaw's full-sized avatar
  • 中国
  • 22:43 (UTC +08:00)

Block or report Ximiaw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mSkipList mSkipList Public

    A generic skip list data structure implemented in C++20, supporting multi-field data storage, arbitrary field as primary key, and custom memory allocation strategies.

    C++

  2. record record Public

    A lightweight C++20-based heterogeneous record implementation that provides type-safe runtime index access, supports duplicate types, copy/move semantics, and full const correctness.

    C++

  3. mAsyncDiskIO mAsyncDiskIO Public

    一个基于 io_uring 的单线程异步磁盘 I/O 薄封装。

    C++