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

无数据

分类

全部后端开发(42)C++(30)云计算&大数据(11)VirtualBox(11)Julia(10)Python(2)Tornado(2)数据库(1)系统运维(1)TiDB(1)

语言

全部英语(44)中文(繁体)(10)英语(1)

格式

全部PDF文档 PDF(51)PPT文档 PPT(3)其他文档 其他(1)
 
本次搜索耗时 0.027 秒,为您找到相关结果约 55 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • VirtualBox
  • Julia
  • Python
  • Tornado
  • 数据库
  • 系统运维
  • TiDB
  • 全部
  • 英语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Concurrency

    org/z/vqnfvh9WxCppCon 2023 8 David Olsen - Back to Basics: Concurrency STD::COUNTING_SEMAPHORE Lightweight synchronization primitive that can control access to a shared resource Maintains an internal counter Calls Parent thread write Child thread readCppCon 2023 65 David Olsen - Back to Basics: Concurrency SYNCHRONIZATION: THREAD CREATION Creating a thread synchronizes the parent and child threads All memory changes thread write Parent thread readCppCon 2023 69 David Olsen - Back to Basics: Concurrency SYNCHRONIZATION: THREAD JOIN Joining a thread synchronizes the parent and child threads All memory changes
    0 码力 | 160 页 | 2.91 MB | 5 月前
    3
  • pdf文档 C++ Memory Model: from C++11 to C++23

    dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Volatile ● Volatile is not a synchronization tool ● Volatile doesn’t affect threading ● It's not an atomic value ● It doesn’t add barriersAlex about itAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Synchronization contAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Compiler ExampleAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Synchronization Tools ● std::mutex, std::conditional_variable ● std::lock_guard – RAII helper for lockingAlex
    0 码力 | 112 页 | 5.17 MB | 5 月前
    3
  • pdf文档 Coroutine Patterns and How to Use Them: Problems and Solutions Using Coroutines in a Modern Codebase

    f.dev@gmail.comOutline • Motivation • Overview • Patterns • Lifetime • Exceptions • RAII • Synchronization • Conclusions Francesco Zoffoli - Coroutine Patterns and How to Use Them - CppCon 2023 4Motivation 2023 16 Queue Thread foo()_1 Executor foo()_2Patterns • Lifetime • Exceptions • RAII • Synchronization Francesco Zoffoli - Coroutine Patterns and How to Use Them - CppCon 2023 17Lifetime Francesco Patterns and How to Use Them - CppCon 2023 62Synchronization Francesco Zoffoli - Coroutine Patterns and How to Use Them - CppCon 2023 63Synchronization Needed? Francesco Zoffoli - Coroutine Patterns
    0 码力 | 70 页 | 1.45 MB | 5 月前
    3
  • pdf文档 Concurrency Patterns I

    Software Architecture (Volume 2 and 4) ▪ Concurrent Programming in JavaConcurrency Patterns Synchronization Patterns Dealing with Sharing ▪ Copied Value ▪ Thread-Specific Storage ▪ Future Dealing Suspension Concurrent Architecture Active Object Monitor Object ReactorConcurrency Patterns Synchronization Patterns Dealing with Sharing ▪ Copied Value ▪ Thread-Specific Storage ▪ Future Dealing }); future.get(); Future: receiver get Promise: sender set channelConcurrency Patterns Synchronization Patterns Dealing with Sharing ▪ Copied Value ▪ Thread-Specific Storage ▪ Future Dealing
    0 码力 | 39 页 | 1.14 MB | 5 月前
    3
  • pdf文档 Design patterns for error handling in C++ programs using parallel algorithms and executors

    forever) – e.g., 1 worker drops out before collective synchronization • Correct handling requires communication – Data movement, or synchronization (same thing) – Stop other workers from waiting forever – Reduce on “did everybody succeed?” – Collect info for recovery and/or reporting • Prevent synchronization-related deadlock – If you must synchronize… – … use it as opportunity to communicate error state Think of parallel loop body as a sequence of “local” blocks, punctuated by synchronization – Always participate in synchronization – Give each block a “bypass”: if error, do nothing harmlessly and pass
    0 码力 | 32 页 | 883.27 KB | 5 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

     Concurrency Changes  Atomic Smart Pointers  Joining & Cancellable Threads  The C++20 Synchronization Library  Semaphores, efficient atomic waiting, latches, and barriers  std::atomic_ref  stop_requested() };41 The C++20 Synchronization Library  Semaphores   Lightweight synchronization primitives  Can be used to implement any other synchronization concept: mutex, latches slot, i.e. only has two states: free slot or no free slot (perfect for a mutex)42 The C++20 Synchronization Library  Latches & barriers  Help with thread coordination  Latches   A thread
    0 码力 | 85 页 | 512.18 KB | 5 月前
    3
  • pdf文档 Back to Basics: Concurrency

    allowed to look at the variable x while this thread is modifying it; and without some kind of synchronization, there’s no way to ensure that this thread isn’t modifying it right when you happen to be deadline) printf("A: %d\n", ++counter); threadB.join(); 11 This is a data race. No synchronization exists between these two accesses, and at least one of them is a write. (In fact, both are will produce different outputs. That might be considered a bug, but it’s not UB.)“Logical synchronization” Problem statement: std::thread threadB = std::thread([&](){ waitUntilUnblocked();
    0 码力 | 58 页 | 333.56 KB | 5 月前
    3
  • pdf文档 CppCon 2021: Persistent Data Structures

    Persistence ▶ Goal: Add persistence to concurrent data structures ▶ Leverage existing multithreaded synchronization guarantees A Persistent Hash Map for Graph Processing Workloads and a Methodology for Persistent Persistence ▶ Goal: Add persistence to concurrent data structures ▶ Leverage existing multithreaded synchronization guarantees ▶ Naive idea: flush-on-read [15] ▶ Flush newly created objects (ex. node and pointer) Persistence ▶ Goal: Add persistence to concurrent data structures ▶ Leverage existing multithreaded synchronization guarantees ▶ Naive idea: flush-on-read [15] ▶ Flush newly created objects (ex. node and pointer)
    0 码力 | 56 页 | 1.90 MB | 5 月前
    3
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments

    not running anything simultaneously (i.e., on multiple CPUs) ● but you still have all the synchronization problems from parallelism!executing code with futures/promises ● only need a single thread to not running anything simultaneously (i.e., on multiple CPUs) ● but you still have all the synchronization problems from parallelism! ● can execute in parallel by using a thread pool instead of a single not running anything simultaneously (i.e., on multiple CPUs) ● but you still have all the synchronization problems from parallelism! ● can execute in parallel by using a thread pool instead of a single
    0 码力 | 264 页 | 588.96 KB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 User Manual

    table . . . . . . . . . . . . . . . . . . . . . . . . . 178 9.14 Fine-tuning timers and time synchronization . . . . . . . . . . . . . . . . . . . . 179 9.14.1 Configuring the guest time stamp counter (TSC) . . . 179 9.14.3 Tuning the Guest Additions time synchronization parameters . . . . . . 179 9.14.4 Disabling the Guest Additions time synchronization . . . . . . . . . . . 180 9.15 Installing the alternate passing through SSE4.1 / SSE4.2 instructions . . . . . 197 9.27 Support for keyboard indicators synchronization . . . . . . . . . . . . . . . . . . 197 10 Technical background 198 10.1 Where VirtualBox stores
    0 码力 | 380 页 | 3.79 MB | 5 月前
    3
共 55 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
ConcurrencyC++MemoryModelfrom11to23CoroutinePatternsandHowUseThemProblemsSolutionsUsingCoroutinesinModernCodebaseDesignpatternsforerrorhandlingprogramsusingparallelalgorithmsexecutors20AnAlmostCompleteOverviewBackBasicsCppCon2021PersistentDataStructuresFromEagerFuturesPromisesLazyContinuationsEvolvinganActorLibraryBasedonLessonsLearnedLargeScaleDeploymentsOracleVMVirtualBox4.336UserManual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩