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

无数据

分类

全部后端开发(564)C++(203)云计算&大数据(148)数据库(128)VirtualBox(113)Python(96)Julia(87)系统运维(84)综合其他(75)Conan(59)

语言

全部英语(812)中文(简体)(150)中文(繁体)(22)韩语(3)德语(2)西班牙语(2)法语(2)日语(2)英语(2)

格式

全部PDF文档 PDF(898)其他文档 其他(94)PPT文档 PPT(12)DOC文档 DOC(1)
 
本次搜索耗时 0.105 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • 数据库
  • VirtualBox
  • Python
  • Julia
  • 系统运维
  • 综合其他
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 德语
  • 西班牙语
  • 法语
  • 日语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 hazard pointer synchronous reclamation

    1 Basic Hazard Pointer Algorithm read pointer A from SRC remove A from SRC 1 5 4 Safe to use pointer A SRC A hazard pointer is a single-writer multi-reader pointer. set HP to A if SRC == A clear ACCESS If a hazard pointer points to an object before its removal, then the object will not be reclaimed as long as the hazard pointer remains unchanged unchanged. *A Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 – Maged Michael Protector Remover / Reclaimer Hazard pointers protect access to objects that may be removed concurrently. SAFE RECLAMATION
    0 码力 | 31 页 | 856.38 KB | 5 月前
    3
  • pdf文档 Back to Basics: Pointers

    pointers and the C++ language. In this talk, we will discuss the low level foundations of what a raw pointer is--a variable that stores an address. We will then see some examples of raw pointers for creating leave understanding how we can use pointers in a safe manner through the standard library smart pointer abstractions. 4 The abstract that you read and enticed you to join me is here!Code for the talk and more on: www.mshah.io 6One of my fondest programming memories was... 7... when I used a pointer correctly on the first try 8 ● And maybe as a C or C++ programmer you have a similar memory or
    0 码力 | 152 页 | 5.61 MB | 5 月前
    3
  • pdf文档 Reference guide for RTL units. Document version 3.2.2

    FpMMap (201) option: Ignored. MAP_EXECUTABLE = $1000 FpMMap (201) option: Ignored. MAP_FAILED = pointer(- 1) Memory mapping failed error code MAP_FIXED = $10 FpMMap (201) map type: Interpret addr exactly off_t Offset type. PBlkCnt = ^Blkcnt_t pointer to TBlkCnt (175) type. PBlkSize = ^Blksize_t Pointer to TBlkSize (175) type. pcbool = UnixType.pcbool Pointer to boolean type cbool (165) pcchar = UnixType UnixType.pcdouble Pointer to cdouble (165) type. pcfloat = UnixType.pcfloat Pointer to cfloat (165) type. pcint = UnixType.pcint 168 CHAPTER 1. REFERENCE FOR UNIT ’BASEUNIX’ Pointer to cInt (165) type
    0 码力 | 2191 页 | 4.93 MB | 1 年前
    3
  • pdf文档 C++ Under the Hood

    polymorphic mechanisms, • Member Data Pointers, • Member Function Pointers, • * Stack Frame / Base Pointer mechanics • * Construction/Destruction order, • * Running code before and after main(), 3About DestructedC++ Under the Hood ‘C’ Pointer types int * Pointer to Data int(*)(int) Pointer to Function Member Pointer types int Foo::* Pointer to Member Data int(Foo::*)(int) Pointer to Member Function 65C++ Pointers - Pointer to Data(aka object) 66 godbolt.org/z/rKzdTsejzC++ Under the Hood ‘C’ Pointer types int * Pointer to Data int(*)(int) Pointer to Function Member Pointer types int Foo::* Pointer to Member
    0 码力 | 168 页 | 13.55 MB | 5 月前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    can't appear at the left of :=. These items include qualified identifiers, container elements, pointer dereferences and struct field selectors. Pure assignments have no such limit. About the terminology the multiplication binary operator * can also be used as pointer dereference operator, and the bitwise-and operator & can also be used as pointer address operator. Please read pointers in Go (§15) for details // +1.000000e-001 println(y) // +1.500000e-001 } More Operators Same as C/C++, there are two pointer related operators, * and &. Yes the same operator symbols as the multiplication and bitwise-and operators
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.12.0 Documentation

    unsigned __int128 unsigned 128-bit integer isize intptr_t signed pointer sized integer usize uintptr_t , size_t unsigned pointer sized integer. Also see #5185 c_char char for ABI compatibility with b are compile-time known. const mem = @imp const pattern = mem.eql(u8, patt Pointer Dereference a.* Pointers Pointer dereference. const x: u32 = 1 const ptr = &x; ptr.* == 1234 Address Of &a All size of an array comptime { assert(message.len == 5); } // A string literal is a single-item pointer to an array. const same_message = "hello"; comptime { assert(mem.eql(u8, &message, same_message));
    0 码力 | 241 页 | 7.37 MB | 1 年前
    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 capabilities Significant performance benefits Additional functions for more specific needsHazard Pointer Extensions beyond C++26Hazard Pointers in C++26 -- Background Hazard pointers protect dynamic objects class hazard_pointer_obj_base { void retire(D d = D()) noexcept; }; class hazard_pointer { hazard_pointer() noexcept; // construct empty hazard_pointer hazard_pointer(hazard_pointer&&) noexcept;
    0 码力 | 56 页 | 514.85 KB | 5 月前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    can't appear at the left of :=. These items include qualified identifiers, container elements, pointer dereferences and struct field selectors. Pure assignments have no such limit. About the terminology the multiplication binary operator * can also be used as pointer dereference operator, and the bitwise-and operator & can also be used as pointer address operator. Please read pointers in Go (§15) for details 000000e-001 8| println(y) // +1.500000e-001 9| } More Operators Same as C/C++, there are two pointer related operators, * and &. Yes the same operator symbols as the multiplication and bitwise-and
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    can't appear at the left of :=. These items include qualified identifiers, container elements, pointer dereferences and struct field selectors. Pure assignments have no such limit. About the terminology the multiplication binary operator * can also be used as pointer dereference operator, and the bitwise-and operator & can also be used as pointer address operator. Please read pointers in Go (§15) for 000000e-001 8| println(y) // +1.500000e-001 9| } More Operators Same as C/C++, there are two pointer related operators, * and &. Yes the same operator symbols as the multiplication and bitwise-and
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 CppCon2021 Concurrency TS2

    already have a Concurrency TS? • Why do we need a new one? • implementation status 2.TS2 Hazard Pointer • how I learn to love C++ tricks 3.TS2 RCU • From C to C++ in 2500 days 3 3 © 2021. 4 Concurrency protect access to objects that may be concurrently removed. A hazard pointer is a single-writer multi-reader pointer. If a hazard pointer points to an object before its removal, then as long as the hazard pointer remains unchanged Features: • Fast and scalable protection • Supports arbitrarily long protection 18 Protect object A Set a hazard pointer to point to A if A is not removed
    0 码力 | 58 页 | 1.62 MB | 5 月前
    0.03
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
hazardpointersynchronousreclamationBacktoBasicsPointersReferenceguideforRTLunitsDocumentversion3.2C++UndertheHoodGo101Golangv121.0zig编程语言InterestingUpcomingFeaturesfromLowLatencyParallelismandConcurrencycppcon2021ConcurrencyTS2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩