积分充值
 首页
前端开发
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)PostgreSQL(38)TiDB(16)Greenplum(11)后端开发(8)C++(4)Kotlin(3)系统运维(2)Linux(2)云计算&大数据(1)

语言

全部英语(70)中文(简体)(4)英语(2)

格式

全部PDF文档 PDF(73)PPT文档 PPT(2)其他文档 其他(1)
 
本次搜索耗时 0.359 秒,为您找到相关结果约 76 个.
  • 全部
  • 数据库
  • PostgreSQL
  • TiDB
  • Greenplum
  • 后端开发
  • C++
  • Kotlin
  • 系统运维
  • Linux
  • 云计算&大数据
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 hazard pointer synchronous reclamation

    Pointer Synchronous Reclamation Beyond Concurrency TS2 – Maged Michael Protector Remover / Reclaimer Hazard pointers protect access to objects that may be removed concurrently. SAFE RECLAMATION Concurrency TS2 std::atomic& src) noexcept; }; hazard_pointer make_hazard_pointer(); Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 – Maged Michael See N4895 (wg21.link/n4895) for working draft of Concurrency oldptr->retire(); } Shared data, frequently-used, infrequently-updated Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 – Maged Michael Why use hazard pointers? • Fast (low nanoseconds) and scalable
    0 码力 | 31 页 | 856.38 KB | 5 月前
    3
  • pdf文档 Interesting Upcoming Features from Low Latency, Parallelism and Concurrency

    pointer library for safe reclamation. } std::atomic src_;No need for extending C++26: ● Protection Counting (can be a topic for a future talk) ● Execution of Asynchronous Reclamation Proposed standard standard extensions: ● Synchronous reclamation ● Batch creation and destruction P3135R1: Hazard Pointer Extensions (beyond C++26) P3135R1: Hazard Pointer Extensions (wg21.link/p3135r1)Hazard Pointer Execution ReclamationPossible inline asynchronous reclamation Hazard Pointer Execution of Asynchronous Reclamation void worker() { /* ... */ obj->retire(); // Possible inline reclamation. } Using C++26 Using a separate
    0 码力 | 56 页 | 514.85 KB | 5 月前
    3
  • pdf文档 CppCon2021 Concurrency TS2

    These extend the existing shared_ptr and the proposed atomic_shared_ptr which all have safe reclamation facilities. As such we also propose moving shared_ptr and atomic> to this new location Library ○ 33.1 General Concepts ■ 33.1.1 Thread Support ■ 33.1.2 Executor Support ● 33.2 Safe Reclamation ○ 33.2.1 Hazard Pointers ○ 33.2.2 RCU ○ 33.2.3 Latest/Snapshot? ○ 33.2.4 Asymmetric fences 15 ~hazard_pointer_domain(); }; hazard_pointer_domain& hazard_pointer_default_domain() noexcept; // For synchronous reclamation void hazard_pointer_clean_up( hazard_pointer_domain& domain = hazard_pointer_default_domain())
    0 码力 | 58 页 | 1.62 MB | 5 月前
    0.03
  • pdf文档 openEuler 21.09 技术白皮书

    CPU preemption and jitter suppression for online services. Additionally, its innovative memory reclamation algorithm against out of memory (OOM) allows online services to run reliably based on their higher allows the kernel to dynamically change the preemption mode. Memory reclamation against OOM: In the event of OOM, memory reclamation is preferentially performed for process groups with low priorities performance and QoS for online services. openEuler is equipped with its own CPU scheduling and memory reclamation algorithms that are designed for hybrid deployments of cloud native services. These innovative
    0 码力 | 36 页 | 3.40 MB | 1 年前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    existing atomic are implemented (the split reference count technique) • Deferred reclamation, i.e., garbage collection in C++ Some assumed knowledge • You’ve heard of lock-free programming existing atomic are implemented (the split reference count technique) • Deferred reclamation, i.e., garbage collection in C++ Some assumed knowledge • You’ve heard of lock-free programming finished reading it Sounds like a textbook use case of deferred reclamation33 Daniel Anderson -- danielanderson.net Deferred reclamation: A quick primer atomic src T* protect(const std::atomic&
    0 码力 | 45 页 | 5.12 MB | 5 月前
    3
  • pdf文档 openEuler 21.03 技术白皮书

    StratoVirt allocates and reclaims memory on the real-time memory demand of each workload. The memory reclamation speed can reach up to 3 GB/s through virtio-balloon. • Huge pages: On lightweight VMs, StratoVirt terms of the runtime, GC, and Just-In-Time (JIT) compiler. For example, memory allocation and reclamation in GC are optimized, and redundant memory barriers in JIT code are eliminated. In the benchmark
    0 码力 | 21 页 | 948.66 KB | 1 年前
    3
  • pdf文档 Concurrency in Rust

    push(3); } // no more access to `vector`, // lock is unlocked crossbeam • Epoch-based memory reclamation • Easy translation of algorithms that require GC • Work stealing deque • MPMC queues rayon
    0 码力 | 43 页 | 648.31 KB | 1 年前
    3
  • pdf文档 Ozone meetup Nov 10, 2022 Ozone User Group Summit

    Deletion Service ● Key Deletion from Active Object store ○ Just check previous snapshot before reclamation ● Snapshot Deletion ○ Check both previous and next snapshot for key claimation ○ No need to
    0 码力 | 78 页 | 6.87 MB | 1 年前
    3
  • pdf文档 TiDB v8.5 Documentation

    @LykxSassinator • Optimize the compaction trigger mechanism of RocksDB to accelerate disk space reclamation when handling a large number of DELETE versions #17269 @AndreMouche • Support dynamically modifying small might cause memory request speeds to exceed background reclaim speeds, leading to memory reclamation and con- sequent delays in memory allocation. 726 • It is recommended to set vm.min_free_kbytes high-performance SSDs such as NVMe devices, lowering this value helps improve the efficiency of memory reclamation. • dirty_background_ratio percentage ratio. When the total amount of dirty page caches reach this
    0 码力 | 6730 页 | 111.36 MB | 9 月前
    3
  • pdf文档 TiDB v8.4 Documentation

    @LykxSassinator • Optimize the compaction trigger mechanism of RocksDB to accelerate disk space reclamation when handling a large number of DELETE versions #17269 @AndreMouche • Support dynamically modifying small might cause memory request speeds to exceed background reclaim speeds, leading to memory reclamation and con- sequent delays in memory allocation. 721 • It is recommended to set vm.min_free_kbytes high-performance SSDs such as NVMe devices, lowering this value helps improve the efficiency of memory reclamation. • dirty_background_ratio percentage ratio. When the total amount of dirty page caches reach this
    0 码力 | 6705 页 | 110.86 MB | 9 月前
    3
共 76 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 8
前往
页
相关搜索词
hazardpointersynchronousreclamationInterestingUpcomingFeaturesfromLowLatencyParallelismandConcurrencycppcon2021ConcurrencyTS2openEuler21.09技术白皮皮书白皮书LockFreeAtomicSharedPointersWithoutSplitReferenceCountItCanBeDone21.03inRustOzonemeetupNov102022TiDBv8Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩