This is a tiny library containing a dynamic array implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
brnrs 030545b514 v0.0.2 - new function barray_put_uninitialized 3 years ago
include v0.0.2 - new function barray_put_uninitialized 3 years ago
src v0.0.2 - new function barray_put_uninitialized 3 years ago
.gitignore v0.0.1: initial implementation 3 years ago
README.md v0.0.2 - new function barray_put_uninitialized 3 years ago
meson.build v0.0.2 - new function barray_put_uninitialized 3 years ago

README.md

barray

This is a tiny library containing a dynamic array implementation

changelog

v0.0.2

  • A new function, barray_put_uninitialized, was added to make it possible to insert elements without initializing them. An example use-case would be when you want to fill the element manually instead of copying the exact content of an existing memory location.