Skip to content
View v01dstar's full-sized avatar

Block or report v01dstar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. pingcap/tidb Public

    TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.

    Go 38.3k 5.9k

  2. facebook/rocksdb Public

    A library that provides an embeddable, persistent key-value store for fast storage.

    C++ 29.5k 6.5k

  3. tikv/tikv Public

    Distributed transactional key-value database, originally created to complement TiDB

    Rust 15.7k 2.2k

  4. tikv/pd Public

    Placement driver for TiKV

    Go 1.1k 729

247 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to tikv/tikv, tikv/rocksdb, tikv/rust-rocksdb and 17 other repositories
Loading A graph representing v01dstar's contributions from April 21, 2024 to April 21, 2025. The contributions are 39% pull requests, 35% code review, 18% commits, 8% issues.

Contribution activity

April 2025

Created 1 repository

Created a pull request in tikv/rocksdb that received 7 comments

Use std::vector instead of VLA

Variable Length Array (VLA) is not C++ standard but GCC/Clang extension. It triggers compilation warnings and cause TiKV fail to compile with newer…

+9 −9 lines changed 7 comments
Opened 5 other pull requests in 2 repositories
Reviewed 4 pull requests in 2 repositories

Created an issue in tikv/tikv that received 2 comments

Build failed after upgrading to clang 17

MacOS upgrade clang from 16 -> 17. TiKV's dependencies kvproto -> grpc-rs fail to build with clang 17

2 comments
2 contributions in private repositories Apr 17 – Apr 18
Loading