Skip to content
View sharkdp's full-sized avatar

Sponsors

@jryom
@codingjoe
Private Sponsor
@MarkTuddenham
@marcelgundermann
@NeonArray
@openjck
@derekprior
@phantie
@benelan
@ashvardanian
@Pseudorizer
@michelk

Sponsoring

@dtolnay
@tavianator
@tmccombs
@BurntSushi
@Enselic
@keith-hall
@jcubic
@irevoire

Block or report sharkdp

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. fd Public

    A simple, fast and user-friendly alternative to 'find'

    Rust 36.9k 857

  2. bat Public

    A cat(1) clone with wings.

    Rust 51.8k 1.3k

  3. hyperfine Public

    A command-line benchmarking tool

    Rust 24.6k 389

  4. numbat Public

    A statically typed programming language for scientific computations with first class support for physical dimensions and units

    Rust 1.7k 65

  5. hexyl Public

    A command-line hex viewer

    Rust 9.5k 239

  6. dbg-macro Public

    A dbg(…) macro for C++

    C++ 3.1k 260

1,854 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
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 astral-sh/ruff, sharkdp/numbat, sharkdp/hyperfine and 33 other repositories
Loading A graph representing sharkdp's contributions from March 17, 2024 to March 22, 2025. The contributions are 47% commits, 20% pull requests, 20% code review, 13% issues. 20% Code review 13% Issues 20% Pull requests 47% Commits

Contribution activity

March 2025

Created 1 repository

Created a pull request in astral-sh/ruff that received 7 comments

[red-knot] Binary operator inference for union types

Summary This fixes a bug I noticed while looking at ecosystem results. The MRE version of it is this: def sub(x: float, y: float): # Red Knot: Oper…

+68 −2 lines changed 7 comments
Opened 24 other pull requests in 4 repositories
  • Updates
    This contribution was made on Mar 2
  • Update CI
    This contribution was made on Mar 2
Reviewed 24 pull requests in 4 repositories

Created an issue in astral-sh/ruff that received 3 comments

[red-knot] Return type checking for Never/NoReturn

Summary The following code emits a invalid-return-type diagnostic, but shouldn't: from typing import NoReturn import sys def f() -> NoReturn: # ^^^…

3 comments
6 contributions in private repositories Mar 1 – Mar 12
Loading