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

无数据

分类

全部云计算&大数据(4)后端开发(3)Istio(3)C++(2)数据库(1)Python(1)Django(1)Cassandra(1)Apache Ozone(1)

语言

全部英语(8)

格式

全部PDF文档 PDF(7)其他文档 其他(1)
 
本次搜索耗时 0.029 秒,为您找到相关结果约 8 个.
  • 全部
  • 云计算&大数据
  • 后端开发
  • Istio
  • C++
  • 数据库
  • Python
  • Django
  • Cassandra
  • Apache Ozone
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 CppCon2021 Concurrency TS2

    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 TS1: TS1: Don’t we already have a TS? • Produced in 2015 • Produced by the Concurrency Study Group (SG1) with input from LEWG, LWG • Separate document and is not part of ISO C++ Standard • Goal: Eventual Inclusion https://github.com/cplusplus/concurrency-ts 4 © 2021. 5 What was in Concurrency TS1? • Improvements to std::future • Latches and Barriers • Atomic smart pointers 5 © 2021. 6 Since Concurrency TS1? • Improvements
    0 码力 | 58 页 | 1.62 MB | 5 月前
    0.03
  • pdf文档 Application of C++ in Computational Cancer Modeling

    Generate a single tumor (A single step of evolution) • Generate multiple tumors (Tasked Based Concurrency) • Obtain statistical properties of the tumors (Parallel STL algorithms) • Eigen (Array Class) algorithms. • Modern C++: • : Pseudo-random number generation • : Task-Based Concurrency • : Parallel versions of certain STL algorithms 2Cancer and early detection • Cancer Select an integer according to the probabilities 10 = 2 x 4 + 2 10 == weights(2,2)Task-based concurrency 13 • Each tumor is a parallel task: std::vector> • For each
    0 码力 | 47 页 | 1.14 MB | 5 月前
    0.03
  • pdf文档 Using Istio to Build the Next 5G Platform

    5G specific tags ● Optimize HTTP/2 stream and connection settings ● Configure sidecar proxy concurrency Tuning Istio to Meet 5G Requirements 13 ©2021 Aspen Mesh. All rights reserved. ● Istio architectural TTLs ● RSA to ECC migration ● Missing www-authenticate header ● Tuning per-workload proxy concurrency ● Consuming Istio generated certificates at gateways Learnings Along the Way 14 ©2021 Aspen
    0 码力 | 18 页 | 3.79 MB | 1 年前
    3
  • pdf文档 Apache Cassandra™ 10 Documentation February 16, 2012

    Data in Cassandra 55 About Writes in Cassandra 55 About Compaction 55 About Transactions and Concurrency Control 55 About Inserts and Updates 56 About Deletes 56 About Hinted Handoff Writes 57 About concurrently, the most recent update is the one that will eventually persist. See About Transactions and Concurrency Control for more information about how Cassandra handles conflict resolution. About Special Columns See Tuning Compaction for a description of these compaction strategies. About Transactions and Concurrency Control Unlike relational databases, Cassandra does not offer fully ACID-compliant transactions
    0 码力 | 141 页 | 2.52 MB | 1 年前
    3
  • pdf文档 Istio at Scale: How eBay is building a massive Multitenant Service Mesh using Istio

    (CPU, memory, etc.) ○ Secondary Goal ■ Fine-tune configuration params - debounce interval, push concurrency, etc. #IstioCon Control-plane Scale Testing: Setup ● Setup ○ Create Gateway Pods & thousands
    0 码力 | 22 页 | 505.96 KB | 1 年前
    3
  • pdf文档 Is Your Virtual Machine Really Ready-to-go with Istio?

    downstream and upstream need to be trusted ■ Stability (quite a few issues/broken functionalities) ● Concurrency limitations ■ Lack of docs etc. #IstioCon VM High Performance Networking ● VM  Host IO interface
    0 码力 | 50 页 | 2.19 MB | 1 年前
    3
  • pdf文档 Ozone meetup Nov 10, 2022 Ozone User Group Summit

    • Zero copy buffers – Simplified IO path for erasure coding • OM - operations per second – Concurrency improvements – Caching background updates – Reducing latency per operation • Impala improvements
    0 码力 | 78 页 | 6.87 MB | 1 年前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    functionality (#7204) (d1ecb6359) – Mark Walker Run workflows in concurrency groups (#7211) (04e843337) – Mark Walker Added concurrency option to github workflows (#7205) (546b36827) – Mark Walker Add (bdb50b650) – Adrien Delhorme Toolbar bug in 3.10 (#7232) (b12d07989) – Mark Walker Disable workflow concurrency to bring stability back to the CI (#7209) (fdad05756) – Mark Walker How to upgrade to 3.11.0 We
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
共 8 条
  • 1
前往
页
相关搜索词
cppcon2021ConcurrencyTS2ApplicationofComputationalCancerModelinga3pBuildNext5GPlatformNeerajDaveApacheCassandra10DocumentationFebruary162012g2sIstioAtScaleeBaySudhiIstioOzonemeetupNov2022httpsdocsdjangocmsorgdownloadsenlatest
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩