Skip to content
View Hatedatastructures's full-sized avatar
💭
💭
  • 07:34 (UTC +08:00)

Block or report Hatedatastructures

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

Hi 👋, I'm Frieren

C++ Mage & Backend Engineer

Core C++ · Polyglot (C / Go / Python) · System Architecture

Currently a pure backend developer


🛠️ Interest & Related Work

  • 📦 Custom Libraries (Handcrafted Core)

    • Custom-libraries : 从零构建的高性能基础库集合,以此磨练对底层原理的极致掌控。
      • 🛠️ Container (STL-Style): 纯手工实现的标准容器库,接口设计对齐 STL 标准。
        • Sequence: Vector, List, Deque, String, Queue
        • Associative: RBTree (红黑树), AVLTree, HashMap (哈希表)
        • Utility: PriorityQueue (优先级队列), Bitmap (位图)
      • Concurrent: 线程安全的数据结构封装与并发基元。
      • ⚙️ Sched: 支持动态扩缩容的任务调度器与线程池模板。
      • 🕸️ Network: 基于 Boost.Asio 封装的高效会话管理与协议处理组件。
  • 🚀 Network & Infrastructure

    • forward-engine : 基于 C++23Boost.Asio/Beast 的实验性代理引擎。
      • 探索现代 C++ 在高并发网络转发场景下的极限性能与流量伪装。
  • 💻 Algorithm & Practice

    • question : 数据结构与算法修炼场。
      • 覆盖 LeetCode 高频题解,注重边界处理与代码鲁棒性,沉淀通用的解题范式。
  • 🧩 Playground & Polyglot

    • CodeLab-MultiLang : 多语言技术栈的试验田。
      • 记录 C, Go, Python 等语言在后端场景下的特性探索与 Demo 实现,保持对不同技术栈的敏锐度。

Use C++20/23 · Clear Code · High Performance

Pinned Loading

  1. forward-engine forward-engine Public

    ForwardEngine 是一个基于 C++23 与 Boost.Asio/Beast 构建的实验性代理引擎原型

    C++

  2. Custom-libraries Custom-libraries Public

    一个自己实现的库,手搓数据结构(字符串,动态数组,链表,队列,优先级队列,红黑树,avl树,哈希表,位图)和封装的boost asio 模块的socket来实现会话功能以及实现偏向组件的线程池

    C++ 1

  3. CodeLab-MultiLang CodeLab-MultiLang Public

    我的日常代码学习和demo

    C++

  4. question question Public

    leetcode 刷题库

    C++