Skip to content
View ANNAmiuz's full-sized avatar
🍂
~~~
🍂
~~~
Block or Report

Block or report ANNAmiuz

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. Nix-Debug-Shell Nix-Debug-Shell Public

    A debug shell for Nix build written in C. Simulate the sandbox environment of Nix by introducing it into new namespaces.

    Python

  2. Hashmap-Lock-Lockfree Hashmap-Lock-Lockfree Public

    Implemented the multi-threaded hashmap (ll as buckets, multiple insertion for the same value allowed) in manners: lock and lock-free. For the lock version, set a lock for each bucket. For the lock-…

    C 1

  3. FileSystem_in_FUSE-C FileSystem_in_FUSE-C Public

    A simple Filesystem implemented and tested under FUSE (https://www.kernel.org/doc/html/latest/filesystems/fuse.html). FS operations (read, write, addaddr, etc.,) are supported.

    Python

  4. Heat-Distribution-Simulation Heat-Distribution-Simulation Public

    Heat Distribution Simulation Speedup by MPI, Pthread, OpenMP, MPI+OpenMP, CUDA.

    C++

  5. MIPS_5-Stage_Pipeline_CPU MIPS_5-Stage_Pipeline_CPU Public

    Five-stage pipeline CPU implementation for MIPS in verilog. Full hazards solved.

    Verilog

  6. Concurrent-Memory-Management Concurrent-Memory-Management Public

    A memory management lib (malloc, free, calloc, realloc) that could be utilized by concurrent program (multi-thread...) with good speedup.

    C