Skip to content
View nadavrot's full-sized avatar
Block or Report

Block or report nadavrot

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

  1. Efficient matrix multiplication Efficient matrix multiplication
    1
    # High-Performance Matrix Multiplication
    2
    
                  
    3
    This is a short post that explains how to write a high-performance matrix
    4
    multiplication program on modern processors. In this tutorial I will use a
    5
    single core of the Skylake-client CPU with AVX2, but the principles in this post
  2. layout layout Public

    Layout is a rust library and a tool that renders Graphviz dot files.

    Rust 611 31

  3. memset_benchmark memset_benchmark Public

    This repository contains high-performance implementations of memset and memcpy in assembly.

    Assembly 299 13

  4. arpfloat arpfloat Public

    An arbitrary-precision floating-point library in Rust

    Rust 44 6

  5. fast_log fast_log Public

    A fast implementation of log() and exp()

    C 46 3

  6. compressor compressor Public

    An educational implementation of a modern compressor in Rust

    Rust 46 2