s-vector

A minimal implementation of a dynamic array I'm writing in C, inspired by C++ STL's std::vector.

Active Pure Nim score 65/100 · last commit 2026-08-02 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2026-08-02
Downloads 0
Last Indexed 2026-08-11 05:07

Installation

nimble install s-vector
choosenim install s-vector
git clone https://gitlab.com/schak04/s-vector

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
s-vector - - - - - - -

Source

Repository https://gitlab.com/schak04/s-vector
Homepage https://gitlab.com/schak04/s-vector
Registry Source gitlab

README

s-vector

This project is a minimal implementation of a dynamic integer array in C, inspired by C++ STL's std::vector.

Naming

All the functions use the sv_ prefix (e.g., sv_init, sv_push_back, sv_pop_back, sv_free).
sv stands for s-vector.

Author

Saptaparno Chakraborty