The Wayback Machine - https://web.archive.org/web/20221120135203/https://github.com/ibraheemdev
Skip to content
Avatar

Organizations

@actix
Block or Report

Block or report ibraheemdev

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 234 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

993 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 55 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