Skip to content
View samisrana's full-sized avatar
  • Unemployed
  • somewhere

Block or report samisrana

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. Cache-MemoryPerformanceProfiling Cache-MemoryPerformanceProfiling Public

    The repository includes detailed experimental setup, code implementations, data analysis, and visualization of results. This project aims to provide valuable insights into the performance character…

    Shell

  2. Dense-Sparse-Matrix-Matrix-Multiplication Dense-Sparse-Matrix-Matrix-Multiplication Public

    This project implements a high-speed matrix-matrix multiplication module in C/C++, optimized with multi-threading, SIMD, and cache miss minimization. It supports large, configurable matrix sizes, d…

    C++

  3. SSD-Performance-Profiling SSD-Performance-Profiling Public

    This project profiles modern SSD performance using the Flexible IO Tester (FIO). It measures latency and throughput under varying data access sizes, read/write ratios, and I/O queue depths. Results…

    Python

  4. Concurrent-In-Memory-Key-Value-Store Concurrent-In-Memory-Key-Value-Store Public

    This project implements an in-memory key-value store supporting concurrent operations, ensuring data consistency and efficiency. Features include put, get, and delete operations, with synchronizati…

    C++

  5. Gaming-Workload-Profiling-and-CPU-GPU-Parallelism-Analysis Gaming-Workload-Profiling-and-CPU-GPU-Parallelism-Analysis Public

    Explore how the CPU and GPU collaborate during gaming workloads, focusing on identifying and analyzing bottlenecks.

    Python