Skip to content
View firefly24's full-sized avatar

Block or report firefly24

Report abuse

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

Report abuse

Popular repositories Loading

  1. project-based-learning project-based-learning Public

    Forked from practical-tutorials/project-based-learning

    Curated list of project-based tutorials

    1

  2. Practice_miniProjects_repo Practice_miniProjects_repo Public

    C++

  3. Threadpool-Lab-cpp Threadpool-Lab-cpp Public

    Try to benchmark , identify bottlenecks and improve the simple threadpool implementation

    C++

  4. Concurrent-Queues-Lab-cpp Concurrent-Queues-Lab-cpp Public

    A C++ concurrency lab exploring bounded SPSC and MPMC queue implementations, memory ordering, cache behavior, and performance.

    C++

  5. Actor-System-Lab-cpp Actor-System-Lab-cpp Public

    An experimental C++ actor-system lab exploring bounded mailboxes, actor lifecycle, failure recovery, scheduling, tracing, and concurrency design.

    C++