Release Notes: 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.


Release Notes: 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.