Pinned Repositories
constexpr-list
constexpr-static_vector
ETL
Extended Template Library
exemple-laborator
laborator
lazy_concat
MyVector
My implementation for an std::vector-like container
Static-Vector
My own implementation of a static vector template container
Tensor-plus-plus
tensor_lib::tensor is a class template that describes a mathematical tensor, implemented as a heap allocated array. It is build as an alternative to structures such as std::vector <std::vector <std::vector<...>>>, replicating its behaviour and syntax almost entirely with the added benefits of having its data contiguous in memory.
tuple
My own attempt at implementing a tuple class
cristi1990an's Repositories
cristi1990an/lazy_concat
cristi1990an/Static-Vector
My own implementation of a static vector template container
cristi1990an/tuple
My own attempt at implementing a tuple class
cristi1990an/Tensor-plus-plus
tensor_lib::tensor is a class template that describes a mathematical tensor, implemented as a heap allocated array. It is build as an alternative to structures such as std::vector <std::vector <std::vector<...>>>, replicating its behaviour and syntax almost entirely with the added benefits of having its data contiguous in memory.
cristi1990an/constexpr-list
cristi1990an/constexpr-static_vector
cristi1990an/ETL
Extended Template Library
cristi1990an/exemple-laborator
cristi1990an/laborator
cristi1990an/MyVector
My implementation for an std::vector-like container
cristi1990an/Proiect-DATC-CRB
cristi1990an/ProiectDATC
Autori: Cornea Cristian, Palagesiu Alexandru-Bogdan, Rebecca Potocianu
cristi1990an/Tuple-Utility-Library
Utilities for converting tuple-like objects to std::array
cristi1990an/std-any-in-100-lines
cristi1990an/tuple2
cristi1990an/type_erased_iteration
cristi1990an/UnitTests_pentru_TAS
Proiectele mele personale in care am implementat suite de testare