Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 394 Bytes

cxxurse

*It's pronounced "curses" because you carry the "x" to the end."

Files have a naming convention sorta.

suffix meaning
0 template
1 constexpr
2 runtime

Since there are no constexpr loops, the most efficient algorithm might not be constexpr, unfortunately. Templates are just for fooling around to get better.