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

无数据

分类

全部后端开发(565)Python(221)数据库(103)Julia(87)Java(85)云计算&大数据(81)Spring(74)系统运维(65)Jupyter(62)Django(61)

语言

全部英语(724)中文(简体)(107)中文(繁体)(21)英语(6)西班牙语(2)法语(2)日语(2)韩语(2)葡萄牙语(1)

格式

全部PDF文档 PDF(660)其他文档 其他(177)TXT文档 TXT(24)PPT文档 PPT(11)
 
本次搜索耗时 0.046 秒,为您找到相关结果约 872 个.
  • 全部
  • 后端开发
  • Python
  • 数据库
  • Julia
  • Java
  • 云计算&大数据
  • Spring
  • 系统运维
  • Jupyter
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 西班牙语
  • 法语
  • 日语
  • 韩语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Multi Producer, Multi Consumer, Lock Free, Atomic Queue

    Agenda 1. Trading Platform, Latency 2. Queues Environment 3. Queues Requirement 4. Atomic hardware and C++ Atomic 5. Queues Classification 6. Queue creation, push, pop 7. Queue internals 8. Testing com/erez-strauss/lockfree_mpmc_queue template class QueueSchedulerIssue { std::atomic writeIndex; std::atomic readIndex; std::unique_ptr> elements; https://github.com/erez-strauss/lockfree_mpmc_queueC++ Atomic Operations / CPU instructions ● std::atomic - provides load / store / compare_exchange ● std::atomic::is_always_lock_free ● Load and Store
    0 码力 | 54 页 | 886.12 KB | 5 月前
    3
  • pdf文档 Rust原子操作高性能实践 Rust Atomic Deep Dive - 王璞

    第三届中国Rust开发者大会 Rust Atomic Deep Dive Pu Wang @ DatenLord 2023/06/17 Rust原子操作高性能实践 What are atomic operations in Rust? What Why need atomic operations? Why How 01 02 03 Memory order in atomic operations Memory Memory Model The overhead of atomic operations Cache Coherence Summary 04 05 06 How to understand atomic operations? Atomic operation best practice Outline What are Atomic Operations in Rust? fn compare_exchange( Lock-free programming Why Atomic Operation? High Performance Lock - context switch Atomic - no context switch Shared Variable Access When Multi-threading 02 How to Understand Atomic Operations? Memory
    0 码力 | 19 页 | 1.88 MB | 1 年前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    How shared_ptr is implemented under the hood • Atomics and concurrency patterns • How existing atomic are implemented (the split reference count technique) • Deferred reclamation, i.e., You’ve heard of lock-free programming and know what a compare_exchange is • You know roughly what atomic does and what it is used for • You’ve heard of shared_ptr Things we won’t cover • Alias pointers How shared_ptr is implemented under the hood • Atomics and concurrency patterns • How existing atomic are implemented (the split reference count technique) • Deferred reclamation, i.e.,
    0 码力 | 45 页 | 5.12 MB | 5 月前
    3
  • pdf文档 Interesting Upcoming Features from Low Latency, Parallelism and Concurrency

    Agenda 1. Improving C++20 Atomic Min/Max(P0493; Michael) 2. Hazard pointer extensions (P3135; Maged) 3. Pointer tagging (P3125; Maged) 4. Parallel Range algorithms (P3179; Michael), may be Parallel Algorithms (P2500)C++26: Atomic Min/MaxC++26: Improving C++20 Concurrency primitives atomic min/max (P0493)Atomic min/max motivation (P0493) Long history - almost as old as atomic addition Multithreaded track the minimum or maximum value. Without atomic operations, race conditions can occur, leading to data corruption and unpredictable behavior. Atomic min/max operations provide a solution by ensuring
    0 码力 | 56 页 | 514.85 KB | 5 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    Expanded interoperability • Efficient acceleration by diverse backend acceleration APIs • SYCL atomic operations are now more closely aligned to standard C++ atomics • Enhances parallel programming and destructor are run 80atomic_ref 81atomic_ref ● C++11 std::atomic ○ Always defaults to seq_cst ■ Safety / easiest to reason about ○ Owns the data ○ Always requires atomic access ■ Over-constraint device 82 ● SYCL 1.2.1 cl::sycl::atomic ○ Modeled on std::atomic ■ Does not own its data ■ Defaults to relaxed ● Compatible with OpenCL ○ Deprecated in SYCL 2020atomic_ref ● C++11 ○ No notion of non-owning
    0 码力 | 114 页 | 7.94 MB | 5 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    . . . . . . . . . . . . . . . . . . . . 74 7.5 Atomic Operation and Memory Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 Atomic Operation . . . . . . . . . . . . . . . . . . . cs[i] = std::thread(consumer); } p.join(); for (int i = 0; i < 2; ++i) { cs[i].join(); 75 7.5 Atomic Operation and Memory Model CHAPTER 07 PARALLELISM AND CONCURRENCY } return 0; } It is worth mentioning to produce content in a parallel consumer queue, and we still need a more granular approach. 7.5 Atomic Operation and Memory Model Careful readers may be tempted by the fact that the example of the producer-consumer
    0 码力 | 92 页 | 1.79 MB | 1 年前
    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  Designated Development on GitHub” -- Stephan T. Lavavej Tuesday, September 15 • 13:30Concurrency Changes35 Atomic Smart Pointers  Is shared_ptr thread safe?  Yes: control block manipulation thread safe  guarantees Use global non-member atomic operations, e.g. std::atomic_load(), atomic_store(), …  Error-prone, easy to accidently not use global non-member atomic operations  C++20: atomic>  Might
    0 码力 | 85 页 | 512.18 KB | 5 月前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    §39. Other Concurrency Synchronization Techniques - the sync standard package. §40. Atomic Operations - the sync/atomic standard package. §41. Memory Order Guarantees in Go §42. Common Concurrent Programming hand, those traditional concurrency synchronization techniques are provided in the sync and sync/atomic standard packages. Honestly, each concurrency synchronization technique has its own best use scenarios using channels, Go also supports several other common synchronization techniques, such as mutex and atomic operations. Please read the following articles to get how to do synchronizations with all kinds of
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    §39. Other Concurrency Synchronization Techniques - the sync standard package. §40. Atomic Operations - the sync/atomic standard package. §41. Memory Order Guarantees in Go §42. Common Concurrent Programming hand, those traditional concurrency synchronization techniques are provided in the sync and sync/atomic standard packages. Honestly, each concurrency synchronization technique has its own best use scenarios using channels, Go also supports several other common synchronization techniques, such as mutex and atomic operations. Please read the following articles to get how to do synchronizations with all kinds of
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • epub文档 peewee Documentation Release 3.0.0

    foreign key dependencies Querying Creating a new record Bulk inserts Updating existing records Atomic updates Deleting records Selecting a single record Create or get Selecting multiple records Filtering Example specifying the locking mode: db = SqliteDatabase('app.db') with db.atomic('EXCLUSIVE'): do_something() @db.atomic('IMMEDIATE') def some_other_function(): # This function is wrapped in an interfaces for working with transactions. The most general is the Database.atomic() method, which also supports nested transactions. atomic() blocks will be run in a transaction or savepoint, depending on the
    0 码力 | 319 页 | 361.50 KB | 1 年前
    3
共 872 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 88
前往
页
相关搜索词
MultiProducerConsumerLockFreeAtomicQueue王璞Rust大会2023SharedPointersWithoutSplitReferenceCountItCanBeDoneInterestingUpcomingFeaturesfromLowLatencyParallelismandConcurrencyHeterogeneousModernC++withSYCL2020Tutorial11141720OntheFlyAnAlmostCompleteOverviewGo101Golangv121.0peeweeDocumentationRelease3.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩