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

无数据

分类

全部后端开发(8)C++(7)云计算&大数据(3)Kubernetes(3)数据库(2)MySQL(2)Rust(1)

语言

全部中文(简体)(7)英语(4)俄语(1)中文(简体)(1)

格式

全部PPT文档 PPT(13)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 13 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • Kubernetes
  • 数据库
  • MySQL
  • Rust
  • 全部
  • 中文(简体)
  • 英语
  • 俄语
  • 中文(简体)
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 KubeCon2020/大型Kubernetes集群的资源编排优化

    been the general trend. How to manage so many clusters ,resources and businesses How to ensure load balancing of cluster nodes 1 2 Improper resource requests 3 Multi-tenant resource preemption How Business N … How to ensure load balancing of cluster nodes ? Dynamic-Scheduler Node1 Node2 Kube-scheduler Pod Request Load Level Request Load Level Real Load Level Real Load Level Assigned to Node2 but high load, while some nodes have high resource requests but low load. Dynamic-Scheduler Node1 Node2 Kube-scheduler Pod Request Load Level Request Load Level Real Load Level Real Load Level
    0 码力 | 27 页 | 3.91 MB | 1 年前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    shared_ptr that can be manipulated atomically! • void store(shared_ptr desired) • shared_ptr load() • bool compare_exchange_weak(shared_ptr& expected, shared_ptr desired) • … compare_exchange(expected make_shared(std::move(t), head.load()); while (!head.compare_exchange_weak(p->next, p)) {} } optional pop_front() { auto p = head.load(); while (p != nullptr && atomic> a Thread 1 auto s = a.load(); Thread 2 a.store(make_shared( …)); ++ -- If this happens first…23 The fundamental problem: The race to zero Thread 1 load(): Thread 2 store(shared_ptr
    0 码力 | 45 页 | 5.12 MB | 6 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    mutex to protect access to smart pointer  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 shared_ptr p; }; auto find(T t) const { auto p = head.load(); // C++11: atomic_load(&head) while (p && p->t != t) p = p->next; return reference(move(p)); head.load(); while (p && !head.compare_exchange_weak(p, p->next)) { } // C++11: atomic_compare_exchange_weak(&head, &p, p- >next); } // C++11: atomic_load(&head) // C++11: atomic_load(&head)
    0 码力 | 85 页 | 512.18 KB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 07 深入浅出访存优化

    而言可以用 _mm_load_ps 而不是 _mm_loadu_ps 了。 对访存优化而言则意味着可以放心地用 _mm_prefetch ,也更高效。 标准库的 new 和 malloc :只保证 16 字节对齐 • 不过其实标准库的 new 和 malloc 已经 可以保证 16 字节对齐了。如果你只需要 用 _mm_load_ps 而不用 _mm256_load_ps 的话,那直接用标准库 nx 和 ny 必须是二的幂次方,否则 需要一些特殊判断防止越界。 图片直观感受莫顿码分块 使用 stream 指令直写 • 可惜因为 a(y, x) 这里是跳跃访问,不能 用 _mm_load_ps 一次性加载,然后用 _mm_stream_ps 一次性直写了。 • 不得不用 _mm_stream_si32 ,顺便一提 ,这里用 (int &)x 代替了繁琐的 *(int *)&x
    0 码力 | 147 页 | 18.88 MB | 1 年前
    3
  • ppt文档 使用硬件加速Tokio - 戴翔

    • Memory/Cache latency • CPU cycles latency DLB : Dynamic Load Balance DLB Enqueue Logic Head and Tail pointers Dequeue Logic & Load Balancer Producer Producer Consumer Consumer Consumer • No
    0 码力 | 17 页 | 1.66 MB | 1 年前
    3
  • ppt文档 谈谈MYSQL那点事

    来查看表结构,使用 SHOW SHOW INDEX INDEX FROM xxx FROM xxx 来查看表索引 来查看表索引  使用 使用 LOAD DATA LOAD DATA 导入数据比 导入数据比 INSERT INTO INSERT INTO 快多了 快多了  SELECT COUNT(*) FROM Tbl SELECT COUNT(*)
    0 码力 | 38 页 | 2.04 MB | 1 年前
    3
  • ppt文档 绕过conntrack,使用eBPF增强 IPVS优化K8s网络性能

    Future work 05 06 Lessons from eBPF What is K8s Service • It exposes a set of pods via VIP using a load balancer • Two types • ClusterIP provides in-cluster access • NodePort provides out-of-cluster
    0 码力 | 24 页 | 1.90 MB | 1 年前
    3
  • ppt文档 Автоматизация управления ClickHouse-кластерами в Kubernetes

    Shard 1 Replica 1 Zookeeper Services Zookeeper-0 Zookeeper-2 Zookeeper-1 Replica Service Load Balancer Service Shard 1 Replica 2 Shard 2 Replica 1 Shard 2 Replica 2 Replica Service Replica
    0 码力 | 44 页 | 2.24 MB | 1 年前
    3
  • ppt文档 Analyzing MySQL Logs with ClickHouse

    2018 Percona. 28 What Information is Available ? © 2018 Percona. 29 Queries Causing the Most Load © 2018 Percona. 30 Working set of Most Frequent Queries © 2018 Percona. 31 Slowest Query ©
    0 码力 | 43 页 | 2.70 MB | 1 年前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    (echo_keyclicks()) when its trigger (ctrl_c.event()) completes… (demo 4)118 All that remains is a boat-load of nasty platform-specific hackery (hook Windows events, play clicky sounds). You can find all
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
KubeCon2020大型Kubernetes集群资源编排优化LockFreeAtomicSharedPointersWithoutSplitReferenceCountItCanBeDoneC++20AnAlmostCompleteOverview高性性能高性能并行编程课件07戴翔使用硬件加速硬件加速TokioMySQL绕过conntrackeBPF增强IPVSK8s网络kubernetesClickHouseWorkingwithAsynchronyGenericallyTourofExecutors
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩