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

无数据

分类

全部数据库(51)后端开发(46)PostgreSQL(40)Python(27)Django(24)Greenplum(11)PHP(8)CakePHP(8)C++(7)区块链(3)

语言

全部英语(94)中文(简体)(3)英语(1)

格式

全部PDF文档 PDF(78)其他文档 其他(18)PPT文档 PPT(2)
 
本次搜索耗时 0.421 秒,为您找到相关结果约 98 个.
  • 全部
  • 数据库
  • 后端开发
  • PostgreSQL
  • Python
  • Django
  • Greenplum
  • PHP
  • CakePHP
  • C++
  • 区块链
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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 8 SAFE 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
    0 码力 | 31 页 | 856.38 KB | 5 月前
    3
  • pdf文档 CppCon2021 Concurrency TS2

    Don’t we 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 Procrastinate away! Use Structured Deferral 4.Shared_ptr vs atomic_shared_ptr vs hazard pointers vs Read Copy Update (RCU) 5.Hazard Pointers 6.Read Copy Update 7.A Concurrency Toolkit for C++ 7 7 © 2021 synchronization primitives for locked-free programming on concurrent data structures. These are cell, hazard ptr and RCU. These extend the existing shared_ptr and the proposed atomic_shared_ptr which all have
    0 码力 | 58 页 | 1.62 MB | 5 月前
    0.03
  • 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 Additional functions for more specific needsHazard Pointer Extensions beyond C++26Hazard Pointers in C++26 -- Background Hazard pointers protect dynamic objects from being reclaimed, allowing safe access to default_delete> 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
  • pdf文档 Unity for Human Beings

    System.Collections; public class MissileController : MonoBehaviour { public GameObject hazard; private float spawnWait = 1f; void Start() { StartCoroutine(SpawnWaves()); Quaternion spawnRotation = Quaternion.Euler(new Vector3(90f,0f,0f)); Instantiate(hazard, spawnPosition, spawnRotation); yield return new WaitForSeconds(spawnWait); and drop the missile controller script onto Game Controller. Attach the Missile prefab to the Hazard property in the Inspector Pane. Zenva Academy – Online courses on game, web and mobile app
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • pdf文档 Django CMS 2.3.x Documentation

    • ’cms.plugins.twitter’ Warning: Adding the ’cms.plugins.snippet’ plugin is a potential security hazard. For more infor- mation, refer to Snippet. The plugins are described in more detail in chapter Plugins Getting Started django cms Documentation, Release 2.3.8 Warning: This plugin is a potential security hazard, since it allows admins to place custom JavaScript on pages. This may allow administrators with the
    0 码力 | 92 页 | 666.41 KB | 6 月前
    3
  • pdf文档 PostgreSQL 9.3.25 Documentation

    exact match in the set of operators considered), use it. Lack of an exact match creates a security hazard when calling, via qualified name 1 (not typical), any operator found in a schema that permits untrusted argu- ments have the same type, assume that the unknown arguments are also of that type, 1. The hazard does not arise with a non-schema-qualified name, because a search path containing schemas that permit creates a security hazard when calling, via qualified name 2, a variadic function found in a schema that permits untrusted users to create objects. A malicious user can 2. The hazard does not arise with
    0 码力 | 3002 页 | 7.47 MB | 1 年前
    3
  • pdf文档 PostgreSQL 9.3 Documentation

    exact match in the set of operators considered), use it. Lack of an exact match creates a security hazard when calling, via qualified name 1 (not typical), any operator found in a schema that permits untrusted category. Furthermore, if any candidate accepts a preferred type in that category, discard 1. The hazard does not arise with a non-schema-qualified name, because a search path containing schemas that permit two functions are in the same schema, the non-variadic one is preferred. This creates a security hazard when calling, via qualified name 2, a variadic function found in a schema that permits untrusted
    0 码力 | 3183 页 | 7.53 MB | 1 年前
    3
  • pdf文档 PostgreSQL 11.22 Documentation

    of operators considered), use it. Lack of an exact match creates a 367 Type Conversion security hazard when calling, via qualified name 1 (not typical), any operator found in a schema that permits untrusted type of integer to the argument in this query expression: SELECT 40 ! AS "40 factorial"; 1 The hazard does not arise with a non-schema-qualified name, because a search path containing schemas that permit two functions are in the same schema, the non-variadic one is preferred. This creates a security hazard when calling, via qualified name 2, a variadic function found in a schema that permits untrusted
    0 码力 | 2732 页 | 12.44 MB | 1 年前
    3
  • pdf文档 PostgreSQL 11.22 Documentation

    exact match in the set of operators considered), use it. Lack of an exact match creates a security hazard when calling, via qualified name 1 (not typical), any operator found in a schema that permits untrusted If exactly one candidate passes this test, use it. Otherwise, fail. Some examples follow. 1 The hazard does not arise with a non-schema-qualified name, because a search path containing schemas that permit two functions are in the same schema, the non-variadic one is preferred. This creates a security hazard when calling, via qualified name 2, a variadic function found in a schema that permits untrusted
    0 码力 | 2883 页 | 12.34 MB | 1 年前
    3
  • pdf文档 Django CMS 2.4.x Documentation

    • ’cms.plugins.twitter’ Warning: Adding the ’cms.plugins.snippet’ plugin is a potential security hazard. For more infor- mation, refer to Snippet. The plugins are described in more detail in chapter Plugins Started django cms Documentation, Release 2.4.3-support Warning: This plugin is a potential security hazard, since it allows admins to place custom JavaScript on pages. This may allow administrators with the
    0 码力 | 104 页 | 709.98 KB | 6 月前
    3
共 98 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
hazardpointersynchronousreclamationcppcon2021ConcurrencyTS2InterestingUpcomingFeaturesfromLowLatencyParallelismandConcurrencyUnityforHumanBeingsDjangoCMS2.3DocumentationPostgreSQL9.32511.222.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩