strings

  • 2nd December 2025

Introducing Coogle: Bringing Haskell's Hoogle to C++

Building a type signature search engine for C++ inspired by Haskell's Hoogle—tackling libclang AST traversal, template canonicalization, and performance optimization

Read more 
  • 20th November 2025

Back to Basics: From C char to string_view (Notes from building Coogle)

A deep dive into C++ string internals—from C char types and encoding chaos to std::string, SSO optimization, string_view, and PMR allocators

Read more