Midea is a robust C string API set with regex support, handling fixed width 8 to 64 bit character sets at runtime (no recompilation is required). Initialization routines convert multibyte encodings such as UTF-8.
| Licenses | Common Public |
|---|
Recent releases


Changes: bit_array_find has been optimized, and now supports both forward and reverse searching. bit_array_set is optimized. A mempool_free boundary deallocation bug is fixed. Allocations within a thread now have very fast stack behavior. mresize and mideas_resize are fixed for a very rare, subtle bug where previous allocation was last in a freed mempool storage unit and new allocation was in a different storage unit. With current mempool and bit_array optimizations, multi-threaded test mode for midea/test/memcmp.c is generally fifty percent faster than glibc.


No changes have been submitted for this release.