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

无数据

分类

全部后端开发(66)C++(41)云计算&大数据(11)数据库(10)Julia(10)系统运维(9)TiDB(9)网络与安全(9)Go(8)综合其他(7)

语言

全部英语(76)中文(简体)(10)中文(繁体)(10)zh(4)fj(1)日语(1)kor(1)

格式

全部PDF文档 PDF(87)PPT文档 PPT(7)DOC文档 DOC(6)其他文档 其他(3)
 
本次搜索耗时 0.196 秒,为您找到相关结果约 103 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • 数据库
  • Julia
  • 系统运维
  • TiDB
  • 网络与安全
  • Go
  • 综合其他
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • fj
  • 日语
  • kor
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • DOC文档 DOC
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Combining Co-Routines and Functions into a Job System

    Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon 2021 1 / 39Helmut Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon 2021 2 / 39 About Myself • Professor ComputingHelmut Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon 2021 3 / 39 Creating Game Engines with C++ • Vienna Game Job System + • Graphics API Abstraction Layer + • Vienna Entity Engine 2.0 https://github.com/hlavacs 20Helmut Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon 2021 4 / 39 The Game Loop auto prev = high_resolution_clock::now(); while( !finished()
    0 码力 | 39 页 | 1.23 MB | 5 月前
    3
  • pdf文档 Building a Coroutine-Based Job System Without Standard Library

    Tianyi(Tanki) Zhang tankiistanki tankijong COROUTINE JOB SYSTEM WITHOUT STANDARD LIBRARY source code of the system: https://github.com/tankiJong/cpp-coroutine-job-system Hi Everyone, Tanki here. Thanks for coming We will see them many times in the rest of the talk, and they will have different names in the job system. 1314 14 template struct task; task sum(int a, int b) { int result = a customization. 4344 44 JOB SYSTEM • Scheduler + User defined workload • Optimize for CPU throughput Okay, finally, we are ready to talk about the job system! What is a job system? Job system is a kind of
    0 码力 | 120 页 | 2.20 MB | 5 月前
    3
  • pdf文档 TiDB中文技术文档

    对于 AP 类应用,最大值建议不要超过所有 TiKV 节点的 CPU 核数。 作用域: SESSION | GLOBAL 默认值: 20000 这个变量用来设置 index lookup 操作的 batch 大小,AP 类应用适合较大的值,TP 类应用适合较小的值。 作用域: SESSION | GLOBAL 默认值: 4 这个变量用来设置 index lookup 操作的并发度,AP 类应用适合较大的值,TP scan 操作的并发度,AP 类应用适合较大的值,TP 类应用适合较小的值。 作用域:SESSION | GLOBAL 默认值:25000 这个变量用来设置 index lookup join 操作的 batch 大小,AP 类应用适合较大的值,TP 类应用适合较小的 tidb_index_lookup_size tidb_index_lookup_concurrency tidb_index_lookup_join_concurrency tidb_index_lookup_join_concurrency tidb_hash_join_concurrency tidb_index_serial_scan_concurrency tidb_index_join_batch_size TiDB 专用系统变量和语法 - 42 - 本文档使用 书栈(BookStack.CN) 构建 值。 作用域: SESSION | GLOBAL 默认值: 0 这个变量用来设置是否跳过
    0 码力 | 444 页 | 4.89 MB | 5 月前
    3
  • word文档 The DevOps Handbook

    satisfaction, and employee happiness 2. one of the best predictors of short lead times was small batch sizes of work b. Agile, Continuous Delivery, and the Three Ways 7 c. The First Way: The Principles context of global goals. ii. REDUCE BATCH SIZES1. Another key component to creating smooth and fast flow is performing work in small batch sizes. 2. Large batch sizes result in skyrocketing levels of Development has worked on is released to production deployment. Like in manufacturing, this large batch release creates sudden, high levels of WIP and massive disruptions to all downstream work centers
    0 码力 | 8 页 | 22.57 KB | 5 月前
    3
  • pdf文档 julia 1.10.10

    Jobs, identified by an id (job_id), are written to the channel. Each task in this simulation reads a job_id, waits for a random amount of time and writes back a tuple of job_id and the simulated time julia> function do_work() for job_id in jobs exec_time = rand() sleep(exec_time) # simulates elapsed time doing actual work # typically performed externally. put!(results, (job_id, exec_time)) end end; errormonitor(@async do_work()) end julia> @elapsed while n > 0 # print out results job_id, exec_time = take!(results) println("$job_id finished in $(round(exec_time; digits=2)) seconds") global n = n - 1 end
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    Jobs, identified by an id (job_id), are written to the channel. Each task in this simulation reads a job_id, waits for a random amount of time and writes back a tuple of job_id and the simulated time julia> function do_work() for job_id in jobs exec_time = rand() sleep(exec_time) # simulates elapsed time doing actual work # typically performed externally. put!(results, (job_id, exec_time)) end end; errormonitor(@async do_work()) end julia> @elapsed while n > 0 # print out results job_id, exec_time = take!(results) println("$job_id finished in $(round(exec_time; digits=2)) seconds") global n = n - 1 end
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • word文档 The DevOps Handbook

    A FAST AND RELIABLE AUTOMATED VALIDATION TEST SUITE i. Slow and periodic feedback kills – larger batch sizes compound effort needed to identify causes ii. Unit tests – test a single method, class, or costs, 140% increase in programs under development, 78% reduction in cost per program c. SMALL BATCH DEVELOPMENT AND WHAT HAPPENS WHEN WE COMMIT CODE TO TRUNK INFREQUENTLY i. Branching Strategies TRUNK-BASED DEVELOPMENT PRACTICES i. CI and Trunk-based development (TBD) are countermeasures to large batch size ii. TBD enables: 1. Frequent commits 2. Runs of automated tests of the integrated system
    0 码力 | 8 页 | 23.08 KB | 5 月前
    3
  • pdf文档 Techniques to Optimise Multi-threaded Data Building During Game Development

    frame time • Systems run together • Read and decompress • Smooth player experience DATA BUILDING • Batch execution • Minimise wall clock time • Systems run in isolation • Read/Write and compress • Developer data for global illumination ▶ Process everything in parallel Speaker notesASSUMPTIONS • Built on Job System, with Async IO • Run on single PC with many processor cores • Fast & sizeable memory & storage Techniques for running on single computer - many threads - not about clusters Built for async processing - job system and async IO PC used for examples is from 4-5 years ago 16 physical cores - 32 logical cores
    0 码力 | 99 页 | 2.40 MB | 5 月前
    3
  • pdf文档 Julia 1.11.4

    e=: Configure an optional CRON job that auto-updates Juliaup if has a value larger than 0. The actual value controls how often the CRON job will run to check for a new Juliaup version version in seconds. The default value is 0, i.e. no CRON job will be created. • --startup-selfupdate=: Configure how often Julia will check for new versions of Juliaup when Julia is started. The Jobs, identified by an id (job_id), are written to the channel. Each task in this simulation reads a job_id, waits for a random amount of time and writes back a tuple of job_id and the simulated time
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    e=: Configure an optional CRON job that auto-updates Juliaup if has a value larger than 0. The actual value controls how often the CRON job will run to check for a new Juliaup version version in seconds. The default value is 0, i.e. no CRON job will be created. • --startup-selfupdate=: Configure how often Julia will check for new versions of Juliaup when Julia is started. The Jobs, identified by an id (job_id), are written to the channel. Each task in this simulation reads a job_id, waits for a random amount of time and writes back a tuple of job_id and the simulated time
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
共 103 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
CombiningCoRoutinesandFunctionsintoJobSystemBuildingCoroutineBasedWithoutStandardLibraryTiDB中文技术文档TheDevOpsHandbookjulia1.1010JuliaTechniquestoOptimiseMultithreadedDataDuringGameDevelopment1.11Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩