A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).
Stars
1.4k
Forks
209
Watchers
1.4k
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
perf(aes): optimize AES with T-table lookup, add comprehensive tests
785a9ddView on GitHubfeat(regexp): add PCRE-common features, optimize performance and fix bugs
ea51d48View on GitHubfeat(cron): add range, month/weekday names, predefined macros and optimize parser
5a963b3View on GitHubperf(json,string): replace rbtree with hash table, optimize single-alloc strings
5ddb069View on GitHubfix(cron): fix the range limits for minutes, hours, and weeks
89c850aView on GitHubfix(configure): add env verification for msys2 in the configure script and update docs
6af2d2cView on GitHubrefactor(alloc): change all memory pool functions to inline
1d1d42eView on GitHubfix(websocket): fix the issue of allocating memory with an excessively large size
d347cd7View on GitHubchore(build): support full compilation and installation of the library using Bazel
3491348View on GitHubfix(utils): fix the compilation error on FreeBSD caused by the undefined __nonnull
62056f0View on GitHubfix(func): add conditional compilation based on whether the IPPROTO_IP macro is defined
3784ae3View on GitHub