A repository where I'll put experiments learning, proving or disproving things about C++. These experiments will feature measurements, use Tracy to show behavior, and generally have the goal of simplifying normal C++ usage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Zed A. Shaw c800ddb348 Better version that still has both functions, but asserts a warning when misused, or you can implement it if you need. 1 month ago
emplace_move Got a test case working that shows emplace_back and push_back do the same function calls in every instance except for one. 2 months ago
rvo Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
scripts Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
sfml-const Better version that still has both functions, but asserts a warning when misused, or you can implement it if you need. 1 month ago
tests Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
wraps Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
.gdbinit Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
.gitignore Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
.vimrc_proj Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
LICENSE Initial commit 2 months ago
Makefile Got a test case working that shows emplace_back and push_back do the same function calls in every instance except for one. 2 months ago
README.md Initial commit 2 months ago
TracyClient.cpp Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
dbc.cpp Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
dbc.hpp Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
meson.build Two possible ways to fix drawable to avoid the const problem, but not quite right. 1 month ago
meson.options Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
stats.cpp Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago
stats.hpp Initial commit of a small project to keep a record of various things in C++ that confuses me, other people, or are just down right dumb and should be avoided. This will be where I link people who tell me something is fast or better. 2 months ago

README.md

c-plus-plus-dafuq

A repository where I'll put experiments learning, proving or disproving things about C++. These experiments will feature measurements, use Tracy to show behavior, and generally have the goal of simplifying normal C++ usage.