This project is about documenting good SW practices and learnings using CPP and Python.
Description | CPP | Python |
---|---|---|
Don't Repeat Yourself principle | Yes | No |
Hashmap implementation | Yes | No |
Tiny Tensor library using pybind11 |
Yes | Yes |
This project is about documenting good SW practices and learnings using CPP and Python.
Description | CPP | Python |
---|---|---|
Don't Repeat Yourself principle | Yes | No |
Hashmap implementation | Yes | No |
Tiny Tensor library using pybind11 |
Yes | Yes |