Blog
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
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