Hacker News new | ask | show | jobs
by arccy 877 days ago
how does it compare to https://abseil.io/
1 comments

Abseil is more of a complement to the STL rather than a complete replacement like the OP is, for example the only containers that Abseil provides are maps and sets since the STL ones are particularly bad, and the rest of the STL containers are good enough (for Google at least). Whether that's the right approach depends on what your specific qualms with the STL are.