Filter
Exclude
Time range
-
Near
more tightening for memory, now searching for std::vector won't show results except in 3rdparty libs a unittest of std::vectors to custom array. But entire engine/samples are free of stdvector! it took a ton of effort to remove years &years of stdvector across serveral nights!
Back to the memory issues in my engine, i've refined a lot of parts, but most importantly, i've adopted callstack technique that i always wanted to have. Now noticed in the log frequent messages coming from the string bucket. The interesting part that it is always 1 extra byte🧵
1
1
20
2,424
Replying to @0xmer_
C should just bite the bullet at this point and add vector types or make some fancy vector operations. Atleast include it in some standard header like stdvector, so you can make it part of the language spec 40 years later
2
47
[C Tutorial] Standard arrays in C have many limitations - for example you can’t change their size. Solve this problem with std::vector, and make your C code more dynamic. youtube.com/watch?v=c2WPuXWZ… #Cpp #LearnCpp #CppTutorial #CppArrays #StdVector #CppVector

2
Any workarounds for this MSVC specific vector<unordered_map<Trivial, NonCopyable>> bug? stackoverflow.com/q/70456209… #cplusplus #coding #programming #developer #move #stdvector #cpp #learncpp
2
2
I think my work codebase has 3 non-stdvector vectors in it. 😀
2
New PVS-Studio release and search for the erroneous pattern of the a.insert(b.end(), value); type. link.medium.com/fIGGn81dq4 #pvsstudio #cpp #csharp #java #unity #platformio #stdvector #programming

1
3
ついに自作vectorの速度がSTDvectorの超えた 例外処理?イテレート?そんなもん知るか!
1