Sparse structures is an exciting studying field that enables you to build, store, modify and retrieve scattered data in a fast and efficient way. Along with algebraic operations, its usage ranges from several Artificial Intelligence areas, Operations Rese... (more…)
Read more »
Rust 1.60 stabilizes source-based code coverage using LLVM native instrumentation, re-enables incremental compilation by default, and enforces Instant monotonicity guarantees. Additionally, the Rust team has formalized its roadmap for Rust evolution until... (more…)
Read more »
GATs allow type parameters to associated types in traits. This feature enables total type-level functions to be associated to structs. I show how to use this pattern to implement higher-order type-level functions, and how to use specialization to make par... (more…)
Read more »
You might have seen those obnoxious “you should rewrite it in Rust comments” here and there: in a blogpost in a Github issue you might have heard about that Rust Evangelism Strike Force… (more…)
Read more »
Slides: https://github.com/boostconCppNow Website: https://www.cppnow.orgCppNow Twitter: @CppNow---Rust Features that I Want in C++ - David Sankel - CppNo... (more…)
Read more »