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

无数据

分类

全部云计算&大数据(189)后端开发(162)Python(114)VirtualBox(113)数据库(91)系统运维(72)Jupyter(62)Apache Kyuubi(44)PostgreSQL(40)Celery(37)

语言

全部英语(439)中文(简体)(89)日语(4)英语(3)西班牙语(2)葡萄牙语(2)德语(1)法语(1)意大利语(1)

格式

全部PDF文档 PDF(437)其他文档 其他(108)PPT文档 PPT(1)
 
本次搜索耗时 0.081 秒,为您找到相关结果约 546 个.
  • 全部
  • 云计算&大数据
  • 后端开发
  • Python
  • VirtualBox
  • 数据库
  • 系统运维
  • Jupyter
  • Apache Kyuubi
  • PostgreSQL
  • Celery
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 英语
  • 西班牙语
  • 葡萄牙语
  • 德语
  • 法语
  • 意大利语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 IPC性能极致优化方案-RPAL落地实践

    IPC性能极致优化方案-RPAL落地实践 谢正尧 字节跳动 研发工程师 目 录 方案诞生的背景 01 全进程地址空间共享与保护 02 用户态进程切换 03 高效的Go Event Poller 04 RPC框架Kitex集成 05 性能收益与业务展望 06 方案诞生的背景 第一部分 方案诞生的背景 几种常见的同机通信场景: 1. 微服务合并部署(亲和性部署、sidecar 低开销 降低计算成本 常见的本地通信方案:回环 IP、UDS、共享内存IPC 方案诞生的背景 以性能较优的 IPC 方案 share memory ipc 为例分析性能瓶颈: 注:方案 github 地址:https://github.com/cloudwego/shmipc-go 方案诞生的背景 方案诞生的背景 IPC 的性能瓶颈有哪些: 1. 系统特权级切换; 2. 异步线程唤醒/休眠(事件通知); 异步线程唤醒/休眠(事件通知); 3. 数据拷贝(序列化/反序列化); 方案诞生的背景 能不能把库函数调用的高性能优势做到 IPC 里面,降低进程间的事件通知和数据拷贝开销? 以go-go微服务 RPC 通信场景为例,该问题可以抽象为,如何高效地在两个 go runtime 间进行函数调用? 方案诞生的背景 基于以上问题,我们最终引入了 RPAL(Run Process As Library) 方案,基于跨进程虚拟地址
    0 码力 | 39 页 | 2.98 MB | 1 年前
    3
  • pdf文档 SuperCharge Your IPC Programs With C++20 and CCI Pattern

    Rules • IPC stands for Intra-Process Communication • Programs stand for software running in a constrained environment ▪ CCI stands for: oContract oConcept oImplementationProblem Definition: Channel
    0 码力 | 57 页 | 7.11 MB | 6 月前
    3
  • pdf文档 User guide to IPC/DEBIAN10-81A-64 – a 64-bit Debian Linux by Syslogic

    User guide to IPC/DEBIAN10-81A-64 | © 2020 Syslogic Datentechnik AG | All rights reserved Seite 1 von 24 User guide to IPC/DEBIAN10-81A-64 – a 64-bit Debian Linux by Syslogic Revision 0-11-rt-amd64 User guide to IPC/DEBIAN10-81A-64 | © 2020 Syslogic Datentechnik AG | All rights reserved Seite 2 von 24 Contents port 12 8 TCP/IP networking 12 8.1 Accessing files on WINDOWS from IPC/DEBIAN10-81A-64 12 8.2 Accessing files on IPC/DEBIAN10-81A-64 from Windows 13 8.3 Exchange files with SCP 13 8.4
    0 码力 | 24 页 | 468.63 KB | 1 年前
    3
  • pdf文档 KiCad 8.0 Command-Line Interface

    The default unit is millimeters. PCB IPC-2581 export The pcb export ipc2581 command exports a board design in IPC-2581 format. Usage: kicad-cli pcb export ipc2581 [--help] [--output OUTPUT_FILE] [--drawing-sheet FIELD_NAME] INPUT_FILE INPUT_FILE Board file to export. Optional arguments: -h , --help Show help for the IPC-2581 export command. -o , -- output The output filename. When file. The default is 3. --compress Compress output file as a ZIP file. --version <IPC-2581 standard version> IPC-2581 standard version to use. Options are B or C (default). --units Units to use
    0 码力 | 27 页 | 373.33 KB | 1 年前
    3
  • pdf文档 Reference guide for RTL units. Document version 3.2.2

    SetHeapTraceOutput . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900 58 Reference for unit ’ipc’ 901 58.1 Used units . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reference for unit ’ipc’ 58.1 Used units Table 58.1: Used units by unit ’ipc’ Name Page BaseUnix 140 System 1331 unixtype 2087 58.2 Overview This document describes the IPC unit for Free Pascal 58.3.1 Constants IPC_CREAT = 1 shl 9 Create if key is nonexistent IPC_EXCL = 2 shl 9 fail if key exists IPC_INFO = 3 For ipcs call 901 CHAPTER 58. REFERENCE FOR UNIT ’IPC’ IPC_NOWAIT = 4 shl 9
    0 码力 | 2191 页 | 4.93 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB Editor

    panel 3D ビューア Net inspector Generating outputs Fabrication outputs and plotting Drill files IPC-2581 files Component placement files Additional fabrication outputs Printing Exporting files Footprints manufacturer’s recommendations. IPC-2581 files IPC-2581 files are XML files that contain complete fabrication and assembly data for a board design. If your manufacturer accepts IPC-2581 files, these can replace replace Gerber files, drill files, and component placement files. To create an IPC-2581 file, select IPC-2581 File (.xml)… from the Fabrication Outputs section of the File menu. Units: Choose the units
    0 码力 | 204 页 | 6.90 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB Editor

    panel 3D Viewer Net inspector Generating outputs Fabrication outputs and plotting Drill files IPC-2581 files Component placement files Additional fabrication outputs Printing Exporting files Footprints manufacturer’s recommendations. IPC-2581 files IPC-2581 files are XML files that contain complete fabrication and assembly data for a board design. If your manufacturer accepts IPC-2581 files, these can replace replace Gerber files, drill files, and component placement files. To create an IPC-2581 file, select IPC-2581 File (.xml)… from the Fabrication Outputs section of the File menu. Units: Choose the units
    0 码力 | 205 页 | 6.78 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB 编辑器

    . . . . . . . . . 测量工具 设计规则检查 Board Statistics 查找工具 搜索面板 3D 查看器 网络检查 生成输出 制造输出和绘图 钻孔文件 IPC-2581 files 元件拾放文件 其它制造输出 打印 导出文件 封装和封装库 管理封装库 创建和编辑封装 Browsing footprint libraries 高级主题 配置和自定义 钻孔文件中数字的格式。 请根据制造商的建议在此处选择一个选项。 IPC-2581 files IPC-2581 files are XML files that contain complete fabrication and assembly data for a board design. If your manufacturer accepts IPC-2581 files, these can replace replace Gerber files, drill files, and component placement files. To create an IPC-2581 file, select IPC-2581 File (.xml)… from the Fabrication Outputs section of the File menu. Units: Choose the units
    0 码力 | 194 页 | 8.27 MB | 1 年前
    3
  • pdf文档 02. Service Mesh落地之后_为sidecar注入灵魂 - 周群力

    34 OS Kernal mode User mode FS IPC Driver Multiplex shell ls app …… Different Hardware System call 另一种视角看待 Runtime API 35 OS Kernal mode User mode FS IPC Driver Multiplex shell ls app …… Runtime API 37 设计OS kernel: 宏内核(Monolithic Kernel) 还是 微内核(Micro Kernel)? Kernal mode User mode FS IPC VM Multiplex shell ls app …… Different Hardware System call Monolithic Kernel 另一种视角看待 Runtime 还是 微内核(Micro Kernel)? Kernal mode User mode FS IPC VM Multiplex shell ls app …… Different Hardware System call Kernal mode User mode FS IPC VM Multiplex shell app …… Different Hardware System
    0 码力 | 63 页 | 880.85 KB | 1 年前
    3
  • pdf文档 openEuler OS Technical Whitepaper Innovation Projects (June, 2023)

    for host and DPU processes. It also supports special file systems such as proc, sys, and dev. • IPC collaboration enables unaware communication between hosts and DPU processes. It supports FIFO and Unix insensible collaboration framework – qtfs Common file system collaboration (open/read/write /ioctl/...) IPC collaboration Mount collaboration (mount/umount) epoll/poll collaboration FIFO collaboration Unix Udev Standard image Python RPM Perl OpenSSL Modbus EtherCAT OPC UA TSN HSR/PRP NETCONF/YANG CNC IPC Turnstile Edge Embedded Embedded 024 openEuler OS Technical White Paper Innovation Projects
    0 码力 | 116 页 | 3.16 MB | 1 年前
    3
共 546 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 55
前往
页
相关搜索词
IPC性能极致优化方案RPAL落地实践SuperChargeYourProgramsWithC++20andCCIPatternUserguidetoDEBIAN1081A64bitDebianLinuxbySyslogicKiCad8.0CommandLineInterfaceReferenceforRTLunitsDocumentversion3.2PCBEditor编辑编辑器02ServiceMesh之后sidecar注入灵魂群力openEulerOSTechnicalWhitepaperInnovationProjectsJune2023
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩