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

无数据

分类

全部后端开发(65)C++(46)云计算&大数据(13)系统运维(12)VirtualBox(11)Julia(10)Python(8)网络与安全(7)Django(6)数据库(5)

语言

全部英语(75)中文(繁体)(10)中文(简体)(8)英语(3)JavaScript(1)日语(1)kor(1)zh(1)

格式

全部PDF文档 PDF(89)其他文档 其他(5)DOC文档 DOC(4)PPT文档 PPT(2)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 100 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • 系统运维
  • VirtualBox
  • Julia
  • Python
  • 网络与安全
  • Django
  • 数据库
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • JavaScript
  • 日语
  • kor
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 BehaviorTree.CPP: Task Planning for Robots and Virtual Agents

    We need a system Orchestrator to implement the robot behaviorRobot Behaviors This Coordinator or Task Planner is also the highest level of abstraction of our system, where we focus on WHAT the robot
    0 码力 | 59 页 | 7.97 MB | 5 月前
    3
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    used when we created them.” - Albert EinsteinSo what is there to Rethink?Rethinking: Task Queues Problem #1 - Task Queues Do Not Scale Well: ● Contention: ○ Even the most meticulously designed lock-free problems: ○ Task starvation ○ Load balancing ○ Forfeits strict FIFO behaviour ○ Increases memory footprint (or requires allocations) ○ Terrible task selection “fairness” Task Thread Thread Thread Task Task Task Task Task Task Task Task Back Front Task Queue Execute Task() Thread Thread PoolRethinking: Task Queues Problem #2 - No Inherent Support For Prioritization: ● Priority queues address this but
    0 码力 | 142 页 | 2.80 MB | 5 月前
    3
  • pdf文档 Taro: Task graph-based Asynchronous Programming Using C++ Coroutine

    behind Taro • Learn to use the Taro C++ programming model • Dive into the Taro’s coroutine-aware scheduling algorithm • Evaluate Taro on microbenchmarks and a real-world application • Conclusion 2Agenda coroutine-aware scheduling algorithm • Evaluate Taro on microbenchmarks and a real-world application • Conclusion 3• TGPS encapsulates function calls and their dependencies in a top-down task graph What What is Task Graph-based Programming System (TGPS) Code 4• TGPS encapsulates function calls and their dependencies in a top-down task graph What is Task Graph-based Programming System (TGPS) Code
    0 码力 | 84 页 | 8.82 MB | 5 月前
    3
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments

    actors (2) libprocess (3) revisiting the problem (4) evolution of libprocess (5) eventuals (6) scheduling (7) streams (8) type erasurechapters (1) motivating futures/promises + actors (2) libprocess libprocess (3) revisiting the problem (4) evolution of libprocess (5) eventuals (6) scheduling (7) streams (8) type erasurekey challenges we’ve faced building distributed systems with good performance actors (2) libprocess (3) revisiting the problem (4) evolution of libprocess (5) eventuals (6) scheduling (7) streams (8) type erasurechapters (1) motivating futures/promises + actors (2) libprocess
    0 码力 | 264 页 | 588.96 KB | 5 月前
    3
  • pdf文档 Back to Basics: Concurrency

    projects, etc. ● Our brains (i.e., human cpus) however tend to perform best when we can focus on one task at a time ○ (e.g., I am unable to code and listen to music with any lyrics...unfortunately) Thinking machines So--does our hardware support concurrency? Yes! Each core can be working on a separate task. (Note: A single core can also handle concurrency)(Quick Examples) X-Box One ● Yes, the hardware threads work with data? 681000 threads working together (1/4) 69 ● Assume you have some shared task: ○ Perhaps 1000 threads counting the sizes of files in a directory to find the total bytes of the
    0 码力 | 141 页 | 6.02 MB | 5 月前
    3
  • pdf文档 C++ Memory Model: from C++11 to C++23

    Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky OOO Execution : Dynamic Scheduling • instruction fetched • instruction dispatched to instruction que • The instruction waits in fileAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Dynamic Scheduling • Check for structural hazards • an instruction can be issued iff a functional unit is available availableAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Dynamic Scheduling • Check for data hazards • an instruction can be executed when its operands have been calculated
    0 码力 | 112 页 | 5.17 MB | 5 月前
    3
  • pdf文档 Building bridges: Leveraging C++ and ROS for simulators, sensor data and algorithms

    calls, such as fprintf, fwrite • Non-deterministic execution • Controlling memory usage • Controlling task execution Deterministic resource usage and runtime is necessary for a safety-critical system Dynamic RTOS-specific properties such as CPU affinity, scheduling priority, and thread distribution • Providing synchronization primitives that are preemptive, and have scheduling priorities set • Providing various other is work to be done • Can be timers, subscribers, clients, services, or file descriptors Execution task combines items and their triggering events • Can have a single item, a chain of items, or a graph
    0 码力 | 38 页 | 2.17 MB | 5 月前
    3
  • pdf文档 Combining Co-Routines and Functions into a Job System

    queuesHelmut Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon 2021 11 / 39 Tagged Scheduling 1 2 //Phase 1 schedule(f()); schedule(g(), tag_t{2}); //Phase 2 schedule(tag_t{2}); //schedule 1 global queue per thread, tagged scheduling • Allocate from heap or memory resource • Log performance and visualize in Google Chrome chrome://tracing/ • Scheduling jobs • schedule(…) • continuation(…) Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon 2021 13 / 39 void thread_task() noexcept { //initialize… while (!m_terminate) { //Run until the job system is terminated m_current_job
    0 码力 | 39 页 | 1.23 MB | 5 月前
    3
  • pdf文档 Performance Engineering: Being Friendly to Your Hardware

    PRE wait • One row active at a time • All rows need to be refreshed periodically • Request scheduling • Row size != page sizeMemory 25 ACT Row Column RD/WR wait wait data PRE wait • Usable Allocation Scheduling ROM Cache L1I • Not all operations are equal • Not all combinations of operations are equalExecution 54 Branching Fetch Decode Queue Allocation Scheduling Execution • Cycles • Latency vs throughputRetirement 55 Branching Fetch Decode Queue Allocation Scheduling Execution ROM Cache L1I L1D LSQ Retirement • All operations until now are speculative •
    0 码力 | 111 页 | 2.23 MB | 5 月前
    3
  • pdf文档 cppcon 2021 safety guidelines for C parallel and concurrency

    pattern) The rule intention is to avoid common errors, which might be introduced if common concurrency task is being reproduced with less care Is it easy to detect via review? • via careful understanding of not interact The Old World vs. The New ● Traditionally, automotive systems rely on static scheduling ● Each task is given a predetermined time slice in the schedule for execution ● The complete schedule module layer. ⇒ Component interaction across cores is minimized The Old World vs. The New ● Static scheduling works well only if the number of components is small or the interaction between components is
    0 码力 | 52 页 | 3.14 MB | 5 月前
    3
共 100 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
BehaviorTreeCPPTaskPlanningforRobotsandVirtualAgentsRethinkingBasedConcurrencyParallelismLowLatencyC++TarographbasedAsynchronousProgrammingUsingCoroutineFromEagerFuturesPromisestoLazyContinuationsEvolvinganActorLibraryonLessonsLearnedfromLargeScaleDeploymentsBackBasicsMemoryModel1123BuildingbridgesLeveragingROSsimulatorssensordataalgorithmsCombiningCoRoutinesFunctionsintoJobSystemPerformanceEngineeringBeingFriendlyYourHardwarecppcon2021safetyguidelinesparallelconcurrency
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩