Skip to content
Avatar

Organizations

@actix
Block or Report

Block or report ibraheemdev

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.

Report abuse

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

Report abuse

Pinned

  1. seize Public

    Fast, efficient, and robust memory reclamation for Rust.

    Rust 235 8

  2. matchit Public

    A high performance URL router.

    Rust 133 21

  3. astra Public

    High performance Rust web servers without async/await.

    Rust 22

  4. boxcar Public

    A concurrent, append-only vector.

    Rust 17

958 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri
Activity overview
Contributed to ibraheemdev/seize, rust-lang/rust, ibraheemdev/firefly and 54 other repositories

Contribution activity

November 2022

Created 6 commits in 2 repositories

Created a pull request in rust-lang/rust that received 3 comments

Update mailmap

+1 −1 3 comments

Created an issue in rust-lang/rust that received 2 comments

Suggest cloning Arc/Rc

fn main() { let x = Arc::new(1); foo(x); bar(x); } fn foo(_: Arc<usize>) {} fn bar(_: Arc<usize>) {} error[[E0382]](https://doc.rust-lang.org/stabl…

2 comments
5 contributions in private repositories Nov 1 – Nov 19

Seeing something unexpected? Take a look at the GitHub profile guide.