Skip to content
View xminnn's full-sized avatar

Block or report xminnn

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. hashmap.c hashmap.c Public

    c实现的简单的hashmap.c。 采用线性探测法处理hash冲突。代码简单,不到300行代码。性能强悍,千万级别每秒增删。

    C

  2. jsonc jsonc Public

    一个可以直接解析c语言头文件中的struct生成对应的json序列化反序列化代码的工具。生成后的代码不依赖第三方库。高性能。

    C

  3. fmap fmap Public

    一个基于skiplist和mmap的、可持久化的、可直接使用映射内存、高性能kv数据库。可用与c/c++用来做缓存层,实现程序快速重启,快速拉起等。非常适合c++游戏后端开发使用,替代redis

    C

  4. hrpc hrpc Public

    一个基于fmap和udp的可持久化rpc通讯,无需维护连接,天然异步,持久化消息,避免程序挂掉或者主动重启导致消息丢失。单线程就可以达到高性能。

    C

  5. c-coroutine c-coroutine Public

    一个简单的基于回调的c协程实现 coroutine.h

    C