Post #4269701
2026-07-31 07:01 UTC
oh how often i wish the c library had more nice to have things
Replies (1)
-
@SRAZKVT@tech.lgbt 2026-07-31 07:13
like i don't even mean full impl of specific algorithms, but like, simple helpers ? string views and utilities for string analysis / parsing (no scanf doesn't count) ? a file io api with actually good (or at least not terrible) error management ? some basic generic data structures (if the data structure is a bottleneck, the cost of it being generic will be outclassed by the implementation not being tuned to your case) ? a seekable bit/byte stream interface from a binary buffer ?