Nov 30, 2024 · Eugene Ostroukhov · EngineeringAvoid std::vector::reservestd::vector::reserve usually seems like a sensible optimization. It usually is not...
Jun 20, 2024 · Eugene Ostroukhov · EngineeringOpen Source C++ StackC++ is a beautiful and powerful language, but it does have its sharp edges. This article details open-source projects to reduce the number of cuts.
Apr 20, 2024 · Eugene Ostroukhov · Case StudiesCase Study - Optimizing Linear LayerThis case study details the process of optimizing linear layer performance without breaking the core Uchen.ML requirements.