Skip to content
View Gorzorg's full-sized avatar

Organizations

@LibeccioLabs

Block or report Gorzorg

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

    A Rust crate that provides tools to easily build tests that detect memory errors in algorithms that use, or rely on, unsafe code.

    Rust 1

  2. try_collect try_collect Public

    A rust crate that implements traits that provide fallible versions of `FromIter::from_iter`, and `Iterator::collect`.

    Rust 1

  3. c_sharp_learning c_sharp_learning Public

    My first C# program (binary heaps & some combinatorics utilities)

    C#

  4. fast-matrix-multiplication fast-matrix-multiplication Public

    An implementation of basic matrix operations - particularly of the Strassen algorithm for matrix multiplication - in C++.

    C++

  5. rust-lend-iterator rust-lend-iterator Public

    A Rust crate that implements traits that allow to generalize the `iter` and `iter_mut` methods that the collections in the standard library have.

    Rust

  6. Simulated-Annealing Simulated-Annealing Public

    C++