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

无数据

分类

全部后端开发(86)C++(34)Python(33)Julia(18)Conda(16)数据库(7)云计算&大数据(7)TiDB(7)Django(6)系统运维(5)

语言

全部英语(95)中文(繁体)(10)中文(简体)(3)英语(1)

格式

全部PDF文档 PDF(102)其他文档 其他(4)DOC文档 DOC(3)
 
本次搜索耗时 0.033 秒,为您找到相关结果约 109 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Julia
  • Conda
  • 数据库
  • 云计算&大数据
  • TiDB
  • Django
  • 系统运维
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Unraveling string_view: Basics, Benefits, and Best Practices

    C++: string_view: Deep dive Jasmine Lopez Prithvi Okade 1Topics • Motivation • Performance benefits & basics • string_view: Constructors, useful functions • string vs. string_view and their interoperability '\n'; } hello hello hello Apart from this convenience, string_view also provides performance benefits which we will see shortly.Basics • string_view does not allocate any memory. • It consists of sv{pchar + 1, 2}; puts(sv.data()); ello Don’t do this when you are using string_view 6Performance benefits • The fact that string_view does not allocate memory can be used to gain performance in some
    0 码力 | 61 页 | 1.11 MB | 5 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    GIVES PERF BENEFITS JIT GIVES PERF BENEFITS 3 . 3WHY JIT-COMPILE? WHY JIT-COMPILE? AOT IS NOT POSSIBLE AOT IS NOT POSSIBLE AOT IS NOT DESIRABLE AOT IS NOT DESIRABLE JIT GIVES PERF BENEFITS JIT GIVES GIVES PERF BENEFITS JIT GIVES PRODUCTIVITY BENEFITS JIT GIVES PRODUCTIVITY BENEFITS 3 . 3WHY JIT-COMPILE? WHY JIT-COMPILE? AOT IS NOT POSSIBLE AOT IS NOT POSSIBLE AOT IS NOT DESIRABLE AOT IS NOT DESIRABLE DESIRABLE JIT GIVES PERF BENEFITS JIT GIVES PERF BENEFITS JIT GIVES PRODUCTIVITY BENEFITS JIT GIVES PRODUCTIVITY BENEFITS JIT ALLOWS DIFFERENT WORKFLOWS/USE CASES JIT ALLOWS DIFFERENT WORKFLOWS/USE CASES
    0 码力 | 222 页 | 5.45 MB | 5 月前
    3
  • pdf文档 Trends Artificial Intelligence

    (11/24) AI Development Trending = Unprecedented49 AI = Benefits & Risks50 AI Development = Benefits & Risks The widely-discussed benefits and risks of AI – top-of-mind for many – generate warranted Intelligence: A Modern Approach’ (link here), and their views still hold true. Highlights follow… …the benefits: put simply, our entire civilization is the product of our human intelligence. If we have access persuasion…biased decision making… impact on employment…safety-critical applications…cybersecurity… AI = Benefits & Risks Source: Stuart Russell and Peter Norvig, ‘Artificial Intelligence: A Modern Approach’51
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    Unrelated (no relation exists) We use orthogonality to: 1. Remove interactions 2. Reduce coupling Benefits: • Less complexity • Fewer edge cases • Increased stability • Greater reuse • Better scaling Producer ➔ Consumer: Work items are arbitrarily produced; and each is consumed exactly once • Benefits: Creating work is obviously correlated with understanding for how work is completed (consumed) Producer ➔ Consumer: Work items are arbitrarily produced; and each is consumed exactly once • Benefits: Creating work is obviously correlated with understanding for how work is completed (consumed)
    0 码力 | 151 页 | 3.20 MB | 5 月前
    3
  • pdf文档 OpenAI - AI in the Enterprise

    revenue. Chris Hyams CEO 10 AI in the EnterpriseLesson 3 Start now and invest early How Klarna benefits from AI knowledge compounding AI is rarely a plug-and-play solution—use cases grow in sophistication sophistication and impact through iteration. The earlier you start, the more your organization benefits from compounding improvements. Klarna, a global payments network and shopping platform, introduced a the customer experience. By investing early and encouraging broad adoption, Klarna is seeing AI’s benefits compound—driving returns
 across its business. 11 AI in the EnterpriseThis AI breakthrough in customer
    0 码力 | 25 页 | 9.48 MB | 5 月前
    3
  • pdf文档 Building Effective Embedded Systems: Architectural Best Practices

    configuration”Significant benefits:Significant benefits: ⊡ No need for special hardwareSignificant benefits: ⊡ No need for special hardware ⊡ Short development timeSignificant benefits: ⊡ No need for special Short development time ⊡ Easy access to simulator mode without additional buildingSignificant benefits: ⊡ No need for special hardware ⊡ Short development time ⊡ Easy access to simulator mode without
    0 码力 | 241 页 | 2.28 MB | 5 月前
    3
  • pdf文档 MITRE Defense Agile Acquisition Guide - Mar 2014

    debit. Addressing technical debt early may hurt short-term productivity, but provides long-term benefits. Technical debt can be minimized with effective architectures and owners, use of automated and articles 10 Contracting Contracting is a challenging, but critical, element in attaining the benefits of Agile practices. Long contracting timelines and costly change requests have become major hurdles faster under a single- award IDIQ than under a multiple-award; however, a single award loses the benefits of continuous competition and the ability to switch easily among contractors in cases of unsatisfactory
    0 码力 | 74 页 | 3.57 MB | 5 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    • Design • O(n)->O(n) => O(n)->O(1) // Instead of going from O(n) to O(n), which offers limited benefits, we aim to transform from O(n) to O(1), resulting in substantial efficiency gains. Fanchen Su • Design • O(n)->O(n) => O(n)->O(1) // Instead of going from O(n) to O(n), which offers limited benefits, we aim to transform from O(n) to O(1), resulting in substantial efficiency gains. • Implementation our focus on maximizing performance for specific use cases, particularly in industries where the benefits of high performance outweigh the need for broad compatibility. • However, we're not entirely disregarding
    0 码力 | 111 页 | 3.03 MB | 5 月前
    3
  • pdf文档 10 Problems Large Companies Have with Managing C++ Dependencies and How to Solve Them

    projectProblem 1: ABI incompatible C++ binaries Solution 1: Build C++ dependencies from source Benefits of building from source: •No waiting for library owner to update binary •Able to view, edit, and available or access-restricted. Source: SBOM FAQ (Cybersecurity and Infrastructure Security Agency)Benefits of SBOMs accrue to both software suppliers and consumers — and are similar for both. They include: of concept) Project benefits from the new system; owning team can share learnings X months 3 Start moving other projects’ open- source to package manager More teams gain benefits X months 4 Centralize
    0 码力 | 46 页 | 917.72 KB | 5 月前
    3
  • pdf文档 C++ in the Developing World, Why it Matters

    interaction into it. • Through our Communities, Our Work Environments • I believe this to be one of the benefits of our C++ Conferences, User Groups, Discord Servers, etc. • The more we speak about code, interract Connectivity Costs and Use the Limited Connectivity for the most Crucial Things. SSH • This is one of the benefits of Terminal Based Computing. • Try To Learn About Vim/Neovim or Emacs • Or share a single computer benefit, Every One of us Must be as welcoming as possible to new users. • We need the perfomance benefits of C++ applied to where it matters most i.e. on Older, Cheaper Hardware to make computing more accessible
    0 码力 | 8 页 | 177.52 KB | 5 月前
    3
共 109 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
UnravelingstringviewBasicsBenefitsandBestPracticesJustInTimeCompilationTheNextBigThingTrendsArtificialIntelligenceRolesofSymmetryAndOrthogonalityDesignOpenAIAIintheEnterpriseBuildingEffectiveEmbeddedSystemsArchitecturalMITREDefenseAgileAcquisitionGuideMar2014UsingModernC++toBuildXOffsetDatastructure10ProblemsLargeCompaniesHavewithManagingDependenciesHowSolveThemDevelopingWorldWhyitMatters
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩