Masthash

#standardlibrary

Paolo Melchiorre
10 months ago

This morning I completed "Tuning Trouble" - Day 6 - Advent of Code 2022 ⭐⭐

To solve today's puzzle I used only a `set` in a for-cycle with `range` 💡

https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day06.py

#AdventOfCode #Python #StandardLibrary #Set #Range #TDD

Paolo Melchiorre
10 months ago

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

Paolo Melchiorre
10 months ago

I just completed "Camp Cleanup" - Day 4 - Advent of Code 2022 ⭐⭐

To solve today's puzzle I transformed the input into pairs of sets using range and then the issubset and intersection operators.

https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day04.py

#AdventOfCode #Python #StandardLibrary #Set #Range #TDD

IT News
10 months ago

Pretty Petite Picolibc Powers Processors - Many times when someone tells you that language X is “better” at something they re... - https://hackaday.com/2022/11/14/pretty-petite-picolibc-powers-processors/ #softwaredevelopment #microcontrollers #standardlibrary #newlib #libc

Boiling Steam
2 years ago

Linux Standard Library Implementations: X32 can be 10% faster, but musl Libc 40% slower: https://www.youtube.com/watch?v=wq-a8juPFzs #linux #glibc #musl #libc #performance #comparison #standardlibrary #x32

The latest build (2021-07-21) of the GNU GCC C++ standard library documentation is now available on the Strikr project website.

Take a look at the annotated version at

https://strikr.io/engineering/standardlibrary/

We have customized the configuration to extract more detailed information from the classes and represent the information in UML (Unified Modelling Language) format.

Modern C++20 rocks. Have fun !

#gnu #gcc #cplusplus #standardlibrary #isocpp #conmunity #freesoftware #strikr

IT News
2 years ago

The Newlib Embedded C Standard Library And How To Use It - When writing code for a new hardware platform, the last thing you want to do is bo... - https://hackaday.com/2021/07/19/the-newlib-embedded-c-standard-library-and-how-to-use-it/ #softwaredevelopment #microcontrollers #hackadaycolumns #microcontroller #standardlibrary #software #newlib