Slides and other materials from CppCon 2022
created at Sept. 27, 2022, 2:05 p.m.
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
created at April 4, 2015, 1:27 a.m.
Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring โ๏ธ
created at Jan. 3, 2023, 10:23 a.m.
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
created at May 2, 2021, 12:39 p.m.
Up to 200x Faster Dot Products & Similarity Metrics โ for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 ๐
created at March 14, 2023, 8:41 a.m.