Update README.md
This commit is contained in:
parent
26d6118f63
commit
dfb19d4a1a
@ -6,7 +6,7 @@ Exploring different ideas for implementing generics in C.
|
|||||||
|
|
||||||
[02_macros](./02_macros) is an implementation that uses simple macros to define 2D and 3D vectors for different data types.
|
[02_macros](./02_macros) is an implementation that uses simple macros to define 2D and 3D vectors for different data types.
|
||||||
|
|
||||||
[03_xmacros](./03_xmacros) is an implementation that relies on X macros to allow for defining any N-dimensional vector for different data types. In this case, it is only 2D and 3D vectors, but it can be easily expanded to other dimensions.
|
[03_xmacros](./03_xmacros) is an implementation that relies on X macros to allow for defining any N-dimensional vector for different data types. In this case, only 2D and 3D vectors were defined, but it can be easily expanded to other dimensions.
|
||||||
|
|
||||||
## General assessment of the different techniques
|
## General assessment of the different techniques
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user