积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(13)C++(8)Rust(5)

语言

全部英语(8)韩语(2)中文(简体)(1)中文(繁体)(1)中文(繁体)(1)

格式

全部PDF文档 PDF(13)
 
本次搜索耗时 0.038 秒,为您找到相关结果约 13 个.
  • 全部
  • 后端开发
  • C++
  • Rust
  • 全部
  • 英语
  • 韩语
  • 中文(简体)
  • 中文(繁体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Can You RVO?

    Bloomberg Finance L.P. All rights reserved. © 2024 Bloomberg Finance L.P. All rights reserved. Can you RVO? Using Return Value Optimization for Performance in Bloomberg’s C++ Codebases CppCon 2024 September Bloomberg Finance L.P. All rights reserved. © 2024 Bloomberg Finance L.P. All rights reserved. Can You RVO? How many people here have heard about “Return Value Optimization”? 2 How many people here are All rights reserved. © 2024 Bloomberg Finance L.P. All rights reserved. Return Value Optimization (RVO) 5© 2018 Bloomberg Finance L.P. All rights reserved. Agenda Questions at the end Source: PresentationGO
    0 码力 | 84 页 | 9.98 MB | 5 月前
    3
  • pdf文档 Things Happening in SG14

    attributes • [[no_copy]] • Annotate types and function arguments with [[no_copy]] if only move and RVO are acceptable. Example: [[no_copy]] SomeContainer Foo(); [[no_copy]] SomeType Bar(); categories 97P2966 requests: attributes • [[rvo]] • Annotate functions with [[rvo]] to ensure calls to these functions only compile if used in a RVO situation • Analogous to [[no_copy]] • There might might be a basis in P2025 and in Clang's non-standard [[musttail]] attribute • Example: [[rvo]] X f(); // ... auto x0 = f(); // Ok X x1; // x1 = f(); // not Ok 98P2966 requests: attributes • [[side_effect_free]]
    0 码力 | 148 页 | 1009.97 KB | 5 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    Symmetry • C++ Techniques to cheat object lifecycle symmetry: • (Named-)Return Value Optimization (RVO, NRVO) to transfer instance • “Pilfer” or transfer object state: • xvalues (&&) (since C++11) • std::move<> Member-function binary operator overloads (left-operand is always *this) • (Named-)Return Value Optimization (RVO, NRVO) to transfer instance • xvalues (&&) (since C++11) to pilfer or transfer instance state • std::move<> unspecified state”) • Temporary objects (i.e., prvalue “materialization”) • xvalues (“eXpiring values”) • RVO, NRVO (Named-Return Value Optimization) Review: Storage Duration • C++ Storage Duration is one of:
    0 码力 | 151 页 | 3.20 MB | 5 月前
    3
  • pdf文档 Hidden Overhead of a Function API

    materialized until needed, and then it is constructed directly into the storage of its final destination. 72RVO: how it works Itanium C++ ABI 3.1.3.1 Non-trivial Return Values If the return type is a class type the function prototype, preceding all other parameters, including the this and VTT parameters. 73RVO: how it works Itanium C++ ABI 3.1.3.1 Non-trivial Return Values If the return type is a class type VTT parameters. It’s an output parameter done right by the compiler, and only when necessary! 7475RVO: inserting a function result into a container #include struct large { large();
    0 码力 | 158 页 | 2.46 MB | 5 月前
    3
  • pdf文档 The Surprising Costs of Void

    not use a local vector and return it, you say? I wonder too… I see this pattern quite a lot… Is RVO misunderstood?3031 « Create », like « get », is a suspicious fit for void return types. Likewise for ~Noisy() We have one less variable around, and since we’re initializing n with the return value of f, RVO kicked in!8081 Noisy() Noisy(Noisy&&) ~Noisy() ~Noisy()82 Noisy() Noisy(Noisy&&) ~Noisy() ~Noisy()
    0 码力 | 189 页 | 60.10 MB | 5 月前
    3
  • pdf文档 Back To Basics: Rvalues and Move Semantics

    almost dead object * Some of the redundant inefficient copies can be avoided by the compiler, using RVO (Return Value Optimization) or NRVO (Named Return Value Optimization). But not all.Recap questions
    0 码力 | 80 页 | 740.53 KB | 5 月前
    3
  • pdf文档 Some Things C++ Does Right

    only does a single pass • … and might at the same time benefit from the return value optimization (RVO) better 51A word about beauty and elegance template auto f_g_x(F f, G g) {
    0 码力 | 228 页 | 2.47 MB | 5 月前
    3
  • pdf文档 Object Lifetime: From Start to Finish

    ____________ val = o.getFoo(); } 1 2 3 4 5 6 7 8 9 Foo Foo 1/9 Return Value Optimization (RVO) Temporary is initialized directly in val’s storagehttps://abseil.io/tips/101 Return Initialize
    0 码力 | 214 页 | 9.34 MB | 5 月前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    Rust 编译器能够执行返回值优化 (RVO)。 • In C++, copy elision has to be defined in the language specification because constructors can have side effects. In Rust, this is not an issue at all. If RVO did not happen, Rust
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(繁体中文)

    Rust 編譯器可以執行回傳值最佳化 (RVO)。 • In C++, copy elision has to be defined in the language specification because constructors can have side effects. In Rust, this is not an issue at all. If RVO did not happen, Rust
    0 码力 | 358 页 | 1.41 MB | 10 月前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
CanYouRVOThingsHappeninginSG14TheRolesofSymmetryAndOrthogonalityInDesignHiddenOverheadFunctionAPISurprisingCostsVoidBackToBasicsRvaluesandMoveSemanticsSomeC++DoesRightObjectLifetimeFromStarttoFinishComprehensiveRust简体中文简体中文202412繁体繁体中文
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩