Skip to content

A personal, bare-bones C++ implementation of std::array. It's not fast, it's not perfect, but a good learning journey

License

Notifications You must be signed in to change notification settings

Fyrmon/fixed_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixed_array

Welcome to fixed_array — my little monument to poor decisions and curiosity,again.

It’s mostly an excuse to mess around with C++, templates, CMake, and Conan. Getting to know them by playing and having fun.


🧩 What it actually does

  • It pretends to be std::array,badly.
  • It holds data,barely.
  • It iterates,slowly.
  • Its safe,not.

Tests?

There are Google Tests (gtest), but honestly, they are just prayers written in C++.


⚙️ Build and Run

Trust me, You don't want to.

Closing Thoughts

Not perfection — just progress. Not order — just understanding. A map of my mistakes, drawn in code like an abstract painting — beautiful in intent, horrifying in hindsight.

About

A personal, bare-bones C++ implementation of std::array. It's not fast, it's not perfect, but a good learning journey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published