Commit Graph

11 Commits

Author SHA1 Message Date
eca05f5c24 Remove complex arrays
This can be done with structs in an array_t
2024-08-06 19:44:54 +02:00
c9670fcfc2 safe array
add an extra pointer to the array to make pointer arithmetic possible
2023-11-05 09:33:24 +01:00
954cc2477b safe array
complex array: change the internal structure of the 2 values
2023-11-04 22:04:25 +01:00
502814f50a safe array
Move structs back to header file
2023-11-04 20:28:34 +01:00
a2693a901f safe array
Memory optimise the structures
2023-11-04 19:38:57 +01:00
87d34f861c Make the array structs internal 2023-11-04 17:07:28 +01:00
02641ecd8d Memory optimize the 1d and 2d arrays 2023-11-04 16:52:03 +01:00
5f4346d400 Memory optimize the 1d and 2d arrays 2023-11-04 16:49:36 +01:00
d03ca99438 Memory optimize the 1d and 2d arrays 2023-11-04 16:48:14 +01:00
75b8cfe46b Add initial libraries and their respective test code 2023-11-04 12:51:01 +01:00
fc2258ce10 Initial commit 2023-11-04 11:10:59 +01:00