Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View merlotqi's full-sized avatar
๐Ÿ›๏ธ
Coding now!!!
๐Ÿ›๏ธ
Coding now!!!

Block or report merlotqi

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
merlotqi/README.md

Hi, I'm merlotqi ๐Ÿ‘‹

Typing SVG


About Me

  • System / infrastructure oriented C++ developer
  • Focus on IPC, shared memory, ring buffer, low-latency communication
  • Prefer simple, explicit, debuggable designs over over-engineering
  • Building reusable low-level libraries, not one-off applications
  • Linux / Windows cross-platform development

Tech Stack

C++ Linux Windows IPC Concurrency


Selected Projects

๐Ÿ”น ipc-ringbuffer

  • Cross-process ring buffer based on shared memory
  • MPSC / SPSC friendly design
  • Explicit memory layout, no hidden allocation
  • Cross-platform (Linux / Windows)

๐Ÿ”น coroio (WIP)

  • High-performance event loop
  • epoll + C++20 coroutine
  • Minimal abstraction, no framework-style magic
  • Designed for system-level services

Design Philosophy

  • Avoid implicit behavior
  • Avoid global state
  • Avoid framework lock-in
  • Prefer mechanical sympathy over abstraction purity
  • If it cannot be reasoned about, it is probably wrong

Notes

Software engineering is not about stacking abstractions,
but about understanding constraints and making trade-offs explicit.

Pinned Loading

  1. apollonius apollonius Public

    This library provides a C/C++ API to solve the Apollonius Circle Problem, which involves finding the circle tangent to three given geometric objects.

    C++

  2. foxhttp foxhttp Public

    A lightweight C++ HTTP server framework.

    C++

  3. splat-transform splat-transform Public

    3DGS output file format conversion tool.

    C++

  4. xproc xproc Public

    A cross-process MPSC ring buffer based on shared memory and atomic wait/wake

    C++