Kotlin 1.4 language features1.4 Online Event October 12, 2020 @sveta_isakova Kotlin 1.4 Language Features Svetlana Isakova Kotlin 1.4 Language Features • SAM conversions for Kotlin classes • Explicit API mode • Trailing0 码力 | 69 页 | 3.29 MB | 1 年前3
Interesting Upcoming Features from Low Latency, Parallelism and Concurrencycontexts can customize the implementation of standard algorithms for optimal performance. ● Key Features: ● Combining scheduler and policy. ● Minimal, incremental API changes.Combining Scheduler with and 4 are likely to make C++26. 2 and 3 will be beyond C++ 26. These are just some of the likely features that have progressed sufficiently and fit in a talk format, though they still may enter the standard0 码力 | 56 页 | 514.85 KB | 6 月前3
C++23: An Overview of Almost All New and Updated Featuresstd::byteswap() std::to_underlying() Associative Containers Heterogeneous Erasure Removed Features Garbage Collection SupportC++23 Core Language6 Agenda C++23 Core Language Explicit Object std::byteswap() std::to_underlying() Associative Containers Heterogeneous Erasure Removed Features Garbage Collection Support7 Explicit Object Parameters Instead of implicit this, explicitly std::byteswap() std::to_underlying() Associative Containers Heterogeneous Erasure Removed Features Garbage Collection Support13 if consteval Syntax: if consteval { /* A */ } else { /* B */0 码力 | 105 页 | 759.96 KB | 6 月前3
C++20 STL Features: 1 Year of Development on GitHubC++20 STL Features: 1 Year of Development on GitHub Stephan T. Lavavej "Steh-fin Lah-wah-wade" Principal Software Engineer, Visual C++ Libraries stl@microsoft.com @StephanTLavavej 1 Version 1.0 - September down the slide numbers • Part 0: Overview • What's happened in the last year • Part 1: C++20 STL Features • Everything here is Standard, except as noted • Part 2: GitHub Development • For contributors 2019 • github.com/microsoft/STL • Apache License v2.0 with LLVM Exception • Implemented ~50 C++20 features • Majority from our amazing contributors • Extensively reviewed and tested • Released VS 20190 码力 | 45 页 | 989.72 KB | 6 月前3
C++20 STL Features: 1 Year of Development on GitHubVersion 1.0 - September 15, 2020 1 C++20 STL Features: 1 Year of Development on GitHub Stephan T. Lavavej "Steh-fin Lah-wah-wade" Principal Software Engineer, Visual C++ Libraries stl@microsoft.com @StephanTLavavej2 down the slide numbers • Part 0: Overview • What's happened in the last year • Part 1: C++20 STL Features • Everything here is Standard, except as noted • Part 2: GitHub Development • For contributors • github.com/microsoft/STL • Apache License v2.0 with LLVM Exception • Implemented ~50 C++20 features • Majority from our amazing contributors • Extensively reviewed and tested • Released VS 20190 码力 | 45 页 | 702.09 KB | 6 月前3
Leveraging C++20/23 Features for Low Level InteractionsLeveraging C++20/23 Features for Low Level InteractionsOverview In a baremetal environment, we’re going to demonstrate e�ective use of C++ How did we end up with C language HW interactions? What are best e�ectively in line with C++ best practices? �. See also Stroustrup (2023), in referencesKey C++ Safety Features There’s lots, but…. Lifetime Management Smart pointers handle new/delete for you. We’ll mostly0 码力 | 56 页 | 5.39 MB | 6 月前3
Robotics at Compile-Time: Optimizing Robotics Algorithms with C++'s Compile-Time Featuresmore of your code than your poor overworked development team • Leverage c++’s many compile-time features to build rich, descriptive types • Thank you0 码力 | 45 页 | 20.73 MB | 6 月前3
JAVA 应用与开发 - 高级类特性0 码力 | 61 页 | 677.55 KB | 1 年前3
Rust 语言学习笔记管理安装多个官方版本的 Rust 二进制程序。 2.配置基于目录的 Rust 工具链。 3.安装和更新来自 Rust 的发布通道: nightly, beta 和 stable。 4.接收来自发布通道更新的通知。 5.从官方安装历史版本的 nightly 工具链。 6.通过指定 stable 版本来安装。 7.安装额外的 std 用于交叉编译。 8.安装自定义的工具链。 rustup ,它里 面会含有一些元数据供编译器使用,最终会静态链接到目标文件之中。 例#![crate_type = "dylib"]。 feature - 可以开启一些不稳定特性,只可在 nightly 版的编译器中使用。 no_builtins - 去掉内建函数。 no_main- 不生成 main 这个符号,当你需要链接的库中已经定义了 main 函数时 会用到。 debug-assertions = true codegen-units = 1 5.2.4 feature 段落 [features]段落中的字段被用于条件编译选项或者是可选依赖。例如: [package] name = "awesome" [features] # 此字段设置了可选依赖的默认选择列表, # 注意这里的"session"并非一个软件包名称, # 而是另一个 featrue0 码力 | 117 页 | 2.24 MB | 1 年前3
2021-11-22 - Rust CTCFT - Rust for Linuxtalk results in the improvement of Rust for everyone! Introduction Language Library Tooling Nightly features A general priority is to stabilize them (or to find alternatives): https://github.com/Rus RUSTC_BOOTSTRAP. The rest of this talk focuses on things that are not in nightly. Language Library Tooling Nightly features cfg(no_fp_fmt_parse) cfg(no_global_oom_handling) cfg(no_rc) cfg(no_sync) Language Library Modularization of core and alloc The kernel does not need a range of core/alloc features. Configuring them off is important for correctness, code size… Likely useful for other domains0 码力 | 53 页 | 332.50 KB | 9 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













