Skip to content
View buye110's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report buye110

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

Pinned Loading

  1. fastdfs fastdfs Public

    Forked from happyfish100/fastdfs

    FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance.

    C

  2. fastdfs-client-java fastdfs-client-java Public

    Forked from happyfish100/fastdfs-client-java

    FastDFS java client SDK

    Java

  3. fastdfs-nginx-module fastdfs-nginx-module Public

    Forked from happyfish100/fastdfs-nginx-module

    FastDFS nginx module

    C

  4. fastdht fastdht Public

    Forked from happyfish100/fastdht

    FastDHT is a high performance distributed hash table (DHT) which based key value pairs. It can store mass key value pairs such as filename mapping, session data and user related data.

    C

  5. libfastcommon libfastcommon Public

    Forked from happyfish100/libfastcommon

    c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 e…

    C

  6. libshmcache libshmcache Public

    Forked from happyfish100/libshmcache

    libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times faster than a remote interface such as redis.

    C