# BasicLibraryCFan **Repository Path**: maolala/BasicLibraryCFan ## Basic Information - **Project Name**: BasicLibraryCFan - **Description**: 从https://bitbucket.org/chunquedong/fancpp转移.感谢原作者 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cfan is open source ANSI C basic library. Focus on clear code, performance and cross platform. Contains memory check, logging, stack trace, string, memory pool, array list, linked list, hash table, queue, unit test, thread pool, file, stream, actor, etc. cfan build on object-oriented programming and template technology in plain C. C++ version: https://github.com/chunquedong/cppfan 感谢原作者!