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

无数据

分类

全部后端开发(86)Python(32)C++(22)Julia(18)Conda(12)数据库(8)云计算&大数据(8)TiDB(8)Rust(7)PHP(6)

语言

全部英语(83)中文(繁体)(10)中文(简体)(6)西班牙语(1)日语(1)韩语(1)中文(简体)(1)

格式

全部PDF文档 PDF(99)其他文档 其他(4)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.144 秒,为您找到相关结果约 105 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • 数据库
  • 云计算&大数据
  • TiDB
  • Rust
  • PHP
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Multi Producer, Multi Consumer, Lock Free, Atomic Queue

    Fat Tail - Pie Chart10 Latency Fat Tail - Pie ChartProducer 2 11 Queue Producer N Consumer 1 Consumer 2 Consumer M time tin tout Queue - Message and time flow Producer 1Lockfree, MPMC Queue - Connecting producers; producers.resize(P); for (auto& p : producers) p = std::thread{producer}; auto consumer = [&]() { unsigned v{0}; for (unsigned x = 0; x < N; ++x) { while ( std::vector consumers; consumers.resize(P); for (auto& c : consumers) c = std::thread{consumer}; for (auto& p : producers) p.join(); for (auto& c : consumers) c.join(); std::cout
    0 码力 | 54 页 | 886.12 KB | 6 月前
    3
  • pdf文档 Single Producer Single Consumer Lock-free FIFO From the Ground Up

    ue https://www.dpdk.org/ 3● Single producer: one producer (aka writer) thread ● Single consumer: one consumer (aka reader) thread ● Lock-free: it doesn’t use mutex locks. At any point of time, some if it were connected end-to-end. The oldest entry is processed first. 4 Single Producer Single Consumer Lock-Free Wait-Free Fifo5 Read message from network Handle message Write response to network
    0 码力 | 51 页 | 546.30 KB | 6 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Rapid 52 1 2 3 4 5 6 7 8 Outline53 AI User + Usage + CapEx Growth = Unprecedented54 Consumer / User AI Adoption = Unprecedented55 AI User Growth (ChatGPT as Foundational Indicator) = +8x 4/11/25 TED Talk disclosure. Source: OpenAI disclosures 0 400 800 ChatGPT Weekly Active Users, MM Consumer / User AI Adoption = Unprecedented +8x ChatGPT User Growth (MM) – 10/22-4/25, per OpenAI56 AI (5/25) Indexed Years (Internet @ 1 = 1990, ChatGPT App @ 1 = 2023) 90% @ Year 23 90% @ Year 3 Consumer / User AI Adoption = Unprecedented Internet vs. ChatGPT Users – Percent Outside North America (1990-2025)
    0 码力 | 340 页 | 12.14 MB | 5 月前
    3
  • pdf文档 Conan 2.10 Documentation

    minor_mode mode. In Conan 2, the one doing modifications to mylib_a can better express whether the consumer mylib_b needs to rebuild or not, based on the version bump (patch version bump will not trigger already installed system-wide? Conan can also help you install these tools and use them to compile consumer projects or other Conan packages. In this case, you can declare this dependency in Conan using a package to declare “Visual Studio” as a default compiler because that is something defined by the end consumer, and unlikely to make sense if they are working in Linux. • options are intended for package-specific
    0 码力 | 803 页 | 5.02 MB | 11 月前
    3
  • pdf文档 Conan 2.9 Documentation

    minor_mode mode. In Conan 2, the one doing modifications to mylib_a can better express whether the consumer mylib_b needs to rebuild or not, based on the version bump (patch version bump will not trigger already installed system-wide? Conan can also help you install these tools and use them to compile consumer projects or other Conan packages. In this case, you can declare this dependency in Conan using a package to declare “Visual Studio” as a default compiler because that is something defined by the end consumer, and unlikely to make sense if they are working in Linux. • options are intended for package-specific
    0 码力 | 795 页 | 4.99 MB | 11 月前
    3
  • pdf文档 Data Is All You Need for Fusion

    len_y)( fern::Compute( fern::Producer( C (x, y, len x, len y) ), fern::Consumer({ A ( x, 0, A.R len, len y), fern::Consumer( B ( 0, y, len x, A.C len) }) )) template void gemm(Matrix len_y)( fern::Compute( fern::Producer( C (x, y, len x, len y) ), fern::Consumer({ A ( x, 0, A.R len, len y), fern::Consumer( B ( 0, y, len x, A.C len) }) )) template void gemm(Matrix len_y)( fern::Compute( fern::Producer( C (x, y, len x, len y) ), fern::Consumer({ A ( x, 0, A.R len, len y), fern::Consumer( B ( 0, y, len x, A.C len) }) )) template void gemm(Matrix
    0 码力 | 151 页 | 9.90 MB | 6 月前
    3
  • pdf文档 Conan 2.7 Documentation

    minor_mode mode. In Conan 2, the one doing modifications to mylib_a can better express whether the consumer mylib_b needs to rebuild or not, based on the version bump (patch version bump will not trigger already installed system-wide? Conan can also help you install these tools and use them to compile consumer projects or other Conan packages. In this case, you can declare this dependency in Conan using a package to declare “Visual Studio” as a default compiler because that is something defined by the end consumer, and unlikely to make sense if they are working in Linux. • options are intended for package-specific
    0 码力 | 779 页 | 4.93 MB | 11 月前
    3
  • pdf文档 Conan 2.8 Documentation

    minor_mode mode. In Conan 2, the one doing modifications to mylib_a can better express whether the consumer mylib_b needs to rebuild or not, based on the version bump (patch version bump will not trigger already installed system-wide? Conan can also help you install these tools and use them to compile consumer projects or other Conan packages. In this case, you can declare this dependency in Conan using a package to declare “Visual Studio” as a default compiler because that is something defined by the end consumer, and unlikely to make sense if they are working in Linux. • options are intended for package-specific
    0 码力 | 785 页 | 4.95 MB | 11 月前
    3
  • pdf文档 Conan 2.6 Documentation

    minor_mode mode. In Conan 2, the one doing modifications to mylib_a can better express whether the consumer mylib_b needs to rebuild or not, based on the version bump (patch version bump will not trigger already installed system-wide? Conan can also help you install these tools and use them to compile consumer projects or other Conan packages. In this case, you can declare this dependency in Conan using a package to declare “Visual Studio” as a default compiler because that is something defined by the end consumer, and unlikely to make sense if they are working in Linux. • options are intended for package-specific
    0 码力 | 777 页 | 4.91 MB | 11 月前
    3
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    C:/Users/luisc/dev/conan-io/cxx-modules-experimental/fmt-tests/consumer-test/build (venv) PS C:\Users\luisc\dev\conan-io\cxx-modules-experimental\fmt-tests\consumer-test\build> ninja [4/4] Linking CXX executable hello hello.exe (venv) PS C:\Users\luisc\dev\conan-io\cxx-modules-experimental\fmt-tests\consumer-test\build> ./hello.exe Hello, World! From fmt modulePackaging the BMIs - cont’d def package_info(self): fmt.pcm BMI: Binary module interface Packaged module library (built with C++20) importer.cpp Consumer project (C++23) fmt.cc libfmt.a -std=c++20 fmt.pcm fmt.o -std=c++23BMI compatibility fmt.pcm
    0 码力 | 76 页 | 2.09 MB | 6 月前
    3
共 105 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
MultiProducerConsumerLockFreeAtomicQueueSinglefreeFIFOFromtheGroundUpTrendsArtificialIntelligenceConan2.10Documentation2.9DataIsAllYouNeedforFusion2.72.82.6C++20ModulesThePackagingandBinaryRedistributionStory
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩