antirez / sds

Simple Dynamic Strings library for C
BSD 2-Clause "Simplified" License
4.93k stars 480 forks source link

add SDS_NOINIT option to sdsnewlen to avoid unnecessary memsets. #76

Closed oranagra closed 6 years ago

oranagra commented 7 years ago

this is needed in case you want to pre-allocate a big empty sds, and then fill it, but you don't need it to be zeroed

mcclure commented 6 years ago

Is this already merged?

oranagra commented 6 years ago

yes, it Seems that it was back ported in 8dc8d6fb373bdc08eb82a72904841998d30b7cf2 closing this one