Skip to content
View yjw754's full-sized avatar

Block or report yjw754

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

Popular repositories Loading

  1. RTTIMeta RTTIMeta Public

    自定义 RTTI(运行时类型识别)系统的实现,基本思想是用模板 + 编译期字符串哈希(FNV-1a)来生成类型 ID,并通过递归检查父类列表,实现类似 C++ dynamic_cast 的功能,同时避免启用编译器内置 RTTI(-frtti)

    C++ 2

  2. learn_cmake learn_cmake Public

    CMake

  3. sigslot sigslot Public

    Forked from palacaze/sigslot

    A simple C++14 signal-slots implementation

    C++

  4. mimalloc mimalloc Public

    Forked from microsoft/mimalloc

    mimalloc is a compact general purpose allocator with excellent performance.

    C