Skip to content
View Abheenash's full-sized avatar
  • United States

Highlights

  • Pro

Block or report Abheenash

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. parallel-heat-diffusion parallel-heat-diffusion Public

    2D heat-diffusion (PDE) simulation in C++, parallelized with std::thread and OpenMP; 1–8 thread scaling benchmarks with memory-bound analysis.

    C++

  2. parallel-thread-pool parallel-thread-pool Public

    A C++ thread pool — persistent workers pulling from a mutex-guarded task queue with a condition variable; benchmarked for parallel speedup on compute-bound tasks.

    C++

  3. concurrent-kv-store concurrent-kv-store Public

    Multithreaded TCP key-value store in C++ using POSIX sockets and a thread-per-connection model with mutex-protected shared state.

    C++

  4. serverless-file-share serverless-file-share Public

    Self-destructing file sharing on AWS — security-first serverless (S3, Lambda, API Gateway, DynamoDB TTL, KMS)

    HCL

  5. secure-container-pipeline secure-container-pipeline Public

    Hardened container service shipped through a security-gated DevSecOps pipeline on AWS (Fargate, Terraform, Trivy/Checkov/gitleaks)

    HCL