Skip to content
View orlp's full-sized avatar
⚠️
This user's social credit score is unknown.
⚠️
This user's social credit score is unknown.

Block or report orlp

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

Popular repositories Loading

  1. pdqsort pdqsort Public

    Pattern-defeating quicksort.

    C++ 2.4k 101

  2. glidesort glidesort Public

    A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.

    Rust 1.6k 25

  3. slotmap slotmap Public

    Slotmap data structure for Rust

    Rust 1.2k 77

  4. ed25519 ed25519 Public

    Portable C implementation of Ed25519, a high-speed high-security public-key signature system.

    C 516 165

  5. polymur-hash polymur-hash Public

    The PolymurHash universal hash function.

    C 346 7

  6. foldhash foldhash Public

    A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.

    Rust 235 9

888 contributions in the last year

Contribution Graph
Day of Week 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 pola-rs/polars, orlp/foldhash, rust-lang/rust and 41 other repositories
Loading A graph representing orlp's contributions from March 24, 2024 to March 30, 2025. The contributions are 49% commits, 34% pull requests, 9% issues, 8% code review.

Contribution activity

March 2025

Created a pull request in pola-rs/polars that received 8 comments

perf: Remove unnecessary black_boxes in Kahan summation

@ritchie46 Just happened to spot these, the Rust compiler can't optimize Kahan summation out even without the black box, that would be semantics-ch…

+3 −9 lines changed 8 comments
Opened 52 other pull requests in 2 repositories
Reviewed 7 pull requests in 2 repositories

Created an issue in pola-rs/polars that received 6 comments

Add cast from pl.List(pl.UInt8) to pl.Binary

Description This is a lossless unambiguous conversion so I think we should support it.

6 comments
Loading