积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(161)C++(161)Conan(74)

语言

全部英语(149)中文(简体)(11)中文(繁体)(1)

格式

全部PDF文档 PDF(154)PPT文档 PPT(7)
 
本次搜索耗时 0.155 秒,为您找到相关结果约 161 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Techniques to Optimise Multi-threaded Data Building During Game Development

    debug mostly - also in release ▶ Easiest fix - expand code manually Fixes compile time issue - no templates Function too big to be inlined by compiler - just like std::tie release ▶ Better fix - split spinning - rather than processing Not likely to get lock either - it is 1 of 19 waiting Speaker notes◼ : Ordinary Job ◼ : Processing Job ◼ : Saving Job (Waiting) ◼ : Saving Job (Writing) ◼ : CPU Usage regular jobs use 50% CPU 100% usage is SpinLocks - Followed by 20% usage in saving jobs Speaker notes38Speaker notesAVOID BLOCKING – CONFIRMATION • Changed from SpinLock to mutex • Result: ▪ CPU usage
    0 码力 | 99 页 | 2.40 MB | 5 月前
    3
  • pdf文档 Things Happening in SG14

    CppCon speaker) • Meeting in a café, discussing various things that could make C++ better • Taking notes, synthesizing ideas, collating material, examples, use cases… 27What is P2966? • Once upon a time… many of the numerous proto- proposals that were discussed • Examples, alternative designs, various notes and suggestions • A working document for the group, really • Hopefully, helpful to those who will in so-called « debug » builds would be acceptable • …due to the costs expected in so-called « release » builds 57Principle: debugging matters • For some of the suggestions, availability only in so-called
    0 码力 | 148 页 | 1009.97 KB | 5 月前
    3
  • pdf文档 Back to Basics: Concurrency

    progress can be made (the thread waits forever) ○ This typically happens when a thread does not release a lock, and goes out of scope or otherwise terminates before releasing the lock 82Deadlock - lack deadlock! Consider the more complex case where some ‘exception’ is thrown and we ‘forget’ to also release the lock in catch. You could still remember to use a lock, but we have a better toolPrefer lock_guard scoped_lock and unique_lock) ○ Which helps us from forgetting to ‘unlock’ a lock (Uses RAII to release lock) ● condition_variable ○ A way to ‘signal’ between multiple threads when work is done ● std::atomic
    0 码力 | 141 页 | 6.02 MB | 5 月前
    3
  • pdf文档 2020: The Year of Sanitizers?

    brave nerds… or “How we manage to clang-tidy our whole code base, while maintaining our monthly release cycle” Why Do I Care ? 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? tools/instrumentation), 2x or more sometimes difficult to map error reports into source code for Release/optimized builds (symbols info, line numbers, inlined functions) some tools require to recompile tools/instrumentation), 2x or more sometimes difficult to map error reports into source code for Release/optimized builds (symbols info, line numbers, inlined functions) some tools require to recompile
    0 码力 | 135 页 | 27.77 MB | 5 月前
    3
  • pdf文档 Conan 2.5 Documentation

    Conan Documentation Release 2.5.0 The Conan team Jul 09, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758 Index 759 iii iv Conan Documentation, Release 2.5.0 Welcome! This is the user documentation for Conan, an open source, decentralized C/C++ package resources: • Conan home page. Entry point to the project, with links to docs, blog, social, downloads, release mailing list, etc. • Github project and issue tracker. The main support channel, file issues here
    0 码力 | 769 页 | 4.70 MB | 1 年前
    3
  • pdf文档 Conan 2.10 Documentation

    Conan Documentation Release 2.10.1 The Conan team Dec 04, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792 Index 793 iv Conan Documentation, Release 2.10.1 Welcome! This is the user documentation for Conan, an open source, decentralized C/C++ package resources: • Conan home page. Entry point to the project, with links to docs, blog, social, downloads, release mailing list, etc. • Github project and issue tracker. The main support channel, file issues here
    0 码力 | 803 页 | 5.02 MB | 10 月前
    3
  • pdf文档 Conan 2.9 Documentation

    Conan Documentation Release 2.9.3 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784 Index 785 iii iv Conan Documentation, Release 2.9.3 Welcome! This is the user documentation for Conan, an open source, decentralized C/C++ package resources: • Conan home page. Entry point to the project, with links to docs, blog, social, downloads, release mailing list, etc. • Github project and issue tracker. The main support channel, file issues here
    0 码力 | 795 页 | 4.99 MB | 10 月前
    3
  • pdf文档 Conan 2.6 Documentation

    Conan Documentation Release 2.6.0 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765 Index 767 iii iv Conan Documentation, Release 2.6.0 Welcome! This is the user documentation for Conan, an open source, decentralized C/C++ package resources: • Conan home page. Entry point to the project, with links to docs, blog, social, downloads, release mailing list, etc. • Github project and issue tracker. The main support channel, file issues here
    0 码力 | 777 页 | 4.91 MB | 10 月前
    3
  • pdf文档 Conan 2.8 Documentation

    Conan Documentation Release 2.8.1 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773 Index 775 iii iv Conan Documentation, Release 2.8.1 Welcome! This is the user documentation for Conan, an open source, decentralized C/C++ package resources: • Conan home page. Entry point to the project, with links to docs, blog, social, downloads, release mailing list, etc. • Github project and issue tracker. The main support channel, file issues here
    0 码力 | 785 页 | 4.95 MB | 10 月前
    3
  • pdf文档 Conan 2.7 Documentation

    Conan Documentation Release 2.7.1 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 768 Index 769 iii iv Conan Documentation, Release 2.7.1 Welcome! This is the user documentation for Conan, an open source, decentralized C/C++ package resources: • Conan home page. Entry point to the project, with links to docs, blog, social, downloads, release mailing list, etc. • Github project and issue tracker. The main support channel, file issues here
    0 码力 | 779 页 | 4.93 MB | 10 月前
    3
共 161 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
TechniquestoOptimiseMultithreadedDataBuildingDuringGameDevelopmentThingsHappeninginSG14BackBasicsConcurrency2020TheYearofSanitizersConan2.5Documentation2.102.92.62.82.7
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩