Skip to content
View sh4rrkyyyy's full-sized avatar

Block or report sh4rrkyyyy

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Huffman-algorithm-implementation Huffman-algorithm-implementation Public

    data compression and decompression using the Huffman algorithm

    C++

  2. Array-implementation Array-implementation Public

    std::array implementation with partial specification for bool

    C++

  3. Cppio Cppio Public

    C++

  4. xv6-riscv xv6-riscv Public

    Forked from mit-pdos/xv6-riscv

    Xv6 for RISC-V

    C

  5. Hashmap-implementation Hashmap-implementation Public

    Implementation of a special version of hashmap, designed for a lot of insertions and deletions, which is common for handling orders in HFT

    C++

  6. Cache-implementation Cache-implementation Public

    Simulation of processor and cache behavior during code execution on RISC-V, with eviction policies LRU and bit-pLRU, translation of assembly code into machine code

    C++