I Made a Better Dynamic Array Than Stb_ds.h

(lazarusoverlook.com)

3 points | by Moowool 11 hours ago ago

1 comments

  • Moowool 11 hours ago

    vector.h is a production-ready, macro-based C library that generates type-safe dynamic arrays for any data type, offering compile-time type checking, fast iteration, and robust memory management with zero dependencies. Unlike alternatives like stb_ds.h, it provides enhanced type safety, optimized performance, and superior debugging experience while maintaining C89 compatibility across all major compilers and architectures.