Commit Graph

7 Commits

Author SHA1 Message Date
532a84fa8f test: added tests for clear 2026-04-18 19:22:17 -06:00
7662af09f8 test: Added test for init and destroy
Also changed a few things like destroy tanking a double pointer so that
is more secure and making sure before hand that capacity is not that
ridiculous of a size, still, shit can get pass but generally is fine
2026-04-15 17:17:54 -06:00
1d7f9676ec addition: resize and reserve, not tested 2026-04-15 10:01:27 -06:00
0fc64c2d8d addition: set and get, not tested 2026-04-15 07:38:04 -06:00
4ea062fd60 addition/refactor: Made ADT design and added grow/shrink
So, added private functions made to grow and shrink the array in a
multiple of 2, 2 as a factro is fine, at least that is Rust does it that
way. Also changed the design to ADT, forgot i liked that, probably will
be changing that to apply also to my Arena implementation, i will see if
fits --probably--.
2026-04-14 20:30:02 -06:00
39022d53ff addition: Added basic header and structure 2026-04-13 17:55:45 -06:00
12197bfbbd Initial commit 2026-04-13 11:16:58 -06:00