Skip to content
View tcaniagboso's full-sized avatar

Block or report tcaniagboso

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

Pinned Loading

  1. AI-Chatbot AI-Chatbot Public

    This repository will serve as the remote repository for building an LLM similar to GPT 2

    Python

  2. low-latency-matching-engine low-latency-matching-engine Public

    This repository will serve as the remote repository for building a High Performance Trade Engine

    C++

  3. low-latency-task-scheduler low-latency-task-scheduler Public

    This repository contains a low-latency, priority-aware task scheduler implemented in C++ featuring a custom thread pool, concurrent task submission, and performance instrumentation to analyze throu…

    C++

  4. chronos-engine chronos-engine Public

    High-performance virtualized history engine for large LLM web chat sessions.

    JavaScript

  5. fpga-2d-convolution-hls fpga-2d-convolution-hls Public

    This project implements multiple hardware architectures for accelerating 2D image convolution using Xilinx Vitis HLS. The goal is to explore how architectural optimizations impact latency and hardw…

    C++

  6. lock-free-spsc-queue lock-free-spsc-queue Public

    Lock-free SPSC queue in modern C++ with a benchmarking suite comparing lock-free and mutex queues across workloads.

    C++