You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
A lightweight and efficient C library for managing reusable objects with optimized memory usage. Features thread-safe operations, dynamic resizing, and a simple API for initialization, object management, and destruction. Ideal for performance-critical, multi-threaded applications.