Implement The C Standard Library Design Optimisations Testing While Implementing Libc
C Standard Library Alchetron The Free Social Encyclopedia In this talk, we'll explore the implementation details of std::expected, explore techniques for decomposing code, and demonstrate how to leverage copy elision to avoid unnecessary resource. This presentation covers various practical examples in the designs, optimisations and testing in libc , a standard library implementation.
C Standard Library And Qt Python Etc Implementation In C Implement the c standard library: design, optimisations, testing while implementing libc . Libc aims to support common compilers that implement the c 11 standard. in order to strike a good balance between stability for users and maintenance cost, testing coverage and development velocity, libc drops support for older compilers as newer ones are released. Explore practical design patterns, space time optimizations, and testing strategies used in libc standard library implementation with real world examples. Cppcon 2025 session announcement: implement standard library: design decisions, optimisations and testing in implementing libc by hui xie.
C Standard Library Semantic Scholar Explore practical design patterns, space time optimizations, and testing strategies used in libc standard library implementation with real world examples. Cppcon 2025 session announcement: implement standard library: design decisions, optimisations and testing in implementing libc by hui xie. From years of experience (including having implemented the standard library before), we’ve learned many things about implementing the standard containers which require abi breakage and fundamental changes to how they are implemented. Finally, this talk covers the unit tests of libc , including the high test coverage of standard spec, the technique we share tests between runtime and constexpr, negative testing and so on. Implement the c standard library: design, optimisations, testing while implementing libc. Venue map search monday, september 15 • 14:00 15:00 implement standard library: design decisions, optimisations and testing in implementing libc « go back to full details.
Comments are closed.