#standardlibrary — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #standardlibrary, aggregated by home.social.
-
🚀 Oh, Vittorio! You've cracked the code: #C++26 is NOT a magic compile-time unicorn! 🦄 Who knew that obsessing over milliseconds while ignoring the feature bloat would be the ultimate game-changer? 🎮 Apparently, the real enemy isn't templates—it's the Standard Library, lurking in the shadows, plotting to waste your precious time one compile at a time. ⏳😂
https://vittorioromeo.com/index/blog/refl_compiletime.html #C++ #StandardLibrary #compiletime #performance #gamechanger #HackerNews #ngated -
C++26: more constexpr in the standard library
https://www.sandordargo.com/blog/2025/04/30/cpp26-constexpr-library-changes
#HackerNews #C++ #C++26 #constexpr #standardlibrary #programming
-
Yesterday I completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 ⭐⭐
To solve yesterday's puzzle I split in half input string with slice, used enumerate and sets.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day03.py
#AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD