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

无数据

分类

全部后端开发(99)Julia(81)数据库(29)PostgreSQL(24)系统运维(23)httpd(23)C++(11)Vitess(5)Kotlin(3)Python(2)

语言

全部英语(120)中文(简体)(22)中文(繁体)(10)

格式

全部PDF文档 PDF(130)其他文档 其他(20)PPT文档 PPT(2)
 
本次搜索耗时 0.012 秒,为您找到相关结果约 152 个.
  • 全部
  • 后端开发
  • Julia
  • 数据库
  • PostgreSQL
  • 系统运维
  • httpd
  • C++
  • Vitess
  • Kotlin
  • Python
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 C++ Con 2024: Amortized Complexity

    1/32 Amortized O(1) Complexity Andreas Weis CppCon 20242/32 Runtime Complexity f ∈ O(g) ⇐⇒ ∃ C > 0. ∃ x0 > 0. ∀ x > x0 : |f (x)| ≤ C · |g(x)|3/32 Child’s play!4/32 What is amortized complexity?4/32 What is amortized complexity?4/32 What is amortized complexity?4/32 What is amortized complexity?4/32 What is amortized complexity?4/32 What is amortized complexity?4/32 What is amortized complexity complexity?5/32 Amortized Analysis Aggregate analysis Accounting method Potential method5/32 Amortized Analysis Aggregate analysis Accounting method Potential method6/32 Accounting6/32 Accounting7/32
    0 码力 | 60 页 | 2.56 MB | 5 月前
    3
  • pdf文档 Algorithmic Complexity

    push_back to a vector well, we need to talk about Amortized Complexity 41 push_back Algorithmic Complexity @ CppCon 2021 Amortized Complexity Amortized complexity considers the total worst case complexity worst case O(n) then the amortized complexity is O(1) Example 2: If the total for n operations is in the worst case O(n2) then the amortized complexity is O(n) Note: Amortized complexity is NOT the average Tarjan, Robert Endre (April 1985). Amortized Computational Complexity 42Algorithmic Complexity @ CppCon 2021 (3) What is the Complexity of: push_back to a vector Amortized O(1) 43 push_back Algorithmic
    0 码力 | 52 页 | 1.01 MB | 5 月前
    3
  • pdf文档 Back to Basics: Classic 9STL

    Vector template> class vector; • Features • Supports amortized constant time insert and erase operations at its end • Supports linear time insert and erase operations Container: Deque template> class deque; • Features • Supports amortized constant time insert and erase operations at both ends • Supports linear time insert and erase = equal_to, class Allocator = allocator> class unordered_set; • Features • Supports amortized constant time element lookup • Elements of type Key are stored internally in an order determined
    0 码力 | 75 页 | 603.36 KB | 5 月前
    3
  • pdf文档 Taming the C++ Filter View

    Guarantees for Views – Initialization has constant complexity – begin() has amortized constant complexity – end() has amortized constant complexity [range.range]: Given an expression t such that decltype((t)) T&, T models concept std::range only if ... (3.2) — both ranges::begin(t) and ranges::end(t) are amortized constant time and non-modifying, ... C++20: C++98/C++20 Nico Josuttis C++ Filter View @cppcon
    0 码力 | 43 页 | 2.77 MB | 5 月前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    protected pointers were announced45 Daniel Anderson -- danielanderson.net Amortized vs deamortized latency Amortized 1% 50% 99% 99.95% Load 24.8 n 16n 16n 31n 34n Store 29.8 n 19n 19n 34n 40n
    0 码力 | 45 页 | 5.12 MB | 5 月前
    3
  • pdf文档 Back to Basics Almost Always Vector

    elements in sequence is faster than containers like std::list, which have non-contiguous memory. Amortized Constant-Time Growth: When adding elements, std::vector resizes by allocating more memory in chunks capacity). Though resizing has a cost, this occurs infrequently, making most insertions run in amortized constant time. Ensuring adding elements is generally efficient. 59Practicality Automatic Memory
    0 码力 | 62 页 | 4.86 MB | 5 月前
    3
  • pdf文档 When Nanoseconds Matter: Ultrafast Trading Systems in C++

    AddOrder: log(N) • ModifyOrder: amortized constant - std::map iterators are stable, which means we can store it with our order data (in the hash table) • DeleteOrder: amortized constant - Same as aboveOrderBookMap
    0 码力 | 123 页 | 5.89 MB | 5 月前
    3
  • pdf文档 Data Structures That Make Video Games Go Round

    container: ● Pointer / iterator stability. ● Memory block reuse. ● O(1) on insert amortized. ● O(1) on erase amortized (regardless of location).Skipfields are used during iteration to skip empty blocks
    0 码力 | 196 页 | 3.03 MB | 5 月前
    3
  • pdf文档 领域驱动设计&中台/Every Entity as A Microservice

    ����work�������� ���� • ������ � Accountable • ������ ��� Autonomous • ������ ������ ���� Amortized ���� => ���� => ���� �������� ����� ACCOUNTABLE Accountable������� ���� ����� �������� ���1���
    0 码力 | 87 页 | 4.02 MB | 1 年前
    3
  • pdf文档 Interesting Upcoming Features from Low Latency, Parallelism and Concurrency

    Protect object Use object Remove object Retire object Reclaim object Unprotect object < 1 ns amortized asynchronous ~ 0 nstemplate > class hazard_pointer_obj_base
    0 码力 | 56 页 | 514.85 KB | 5 月前
    3
共 152 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 16
前往
页
相关搜索词
C++Con2024AmortizedComplexityAlgorithmicBacktoBasicsClassic9STLTamingtheFilterViewLockFreeAtomicSharedPointersWithoutSplitReferenceCountItCanBeDoneAlmostAlwaysVectorWhenNanosecondsMatterUltrafastTradingSystemsinDataStructuresThatMakeVideoGamesGoRound领域驱动设计中台EveryEntityasMicroserviceInterestingUpcomingFeaturesfromLowLatencyParallelismandConcurrency
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩