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

无数据

分类

全部后端开发(156)Python(71)Java(61)数据库(50)ActiveMQ(46)Celery(39)Django(30)PostgreSQL(30)Spring(15)Greenplum(12)

语言

全部英语(203)中文(简体)(10)日语(1)

格式

全部PDF文档 PDF(166)其他文档 其他(47)PPT文档 PPT(2)
 
本次搜索耗时 0.092 秒,为您找到相关结果约 215 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • 数据库
  • ActiveMQ
  • Celery
  • Django
  • PostgreSQL
  • Spring
  • Greenplum
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 How Meta Made Debugging Async Code Easier with Coroutines and Senders

    0 码力 | 131 页 | 907.41 KB | 5 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    Some simple examples, intro to senders 3. The lifecycle of an async operation 4. Under the hood of a concurrent operation 5. Implementing a simple algorithm 6. Senders and coroutines Part 2: 1. Structured compute_intensive(1); }), ex::schedule(sched) | ex::then([] { return compute_intensive(2); }) );11 SENDERS ARE EXPRESSION TEMPLATES ex::sender auto work = ex::when_all( ex::schedule(sched) | ex::then([] return compute_intensive(2); }) ); when_all then then then schedule schedule schedule12 SENDERS ARE EXPRESSION TEMPLATES ex::sender auto work = ex::when_all( ex::schedule(sched) | ex::then([]
    0 码力 | 121 页 | 7.73 MB | 5 月前
    3
  • pdf文档 Sender Patterns to Wrangle Concurrency in Embedded Devices

    Baremetal Senders https://github.com/intel/cpp-baremetal-senders-and-receivers 17just just_result_of just_error just_error_result_of just_stopped Sender Factories Functions that return senders. auto just_result_of just_error just_error_result_of just_stopped Sender Factories Functions that return senders. auto sndr = async::just_result_of( [] { return 42; }, [] { do_something(); [] { return 17; }); 1 2 3 4 19schedule Sender Factories Functions that return senders. auto sndr = sched.schedule(); 1 20continue_on start_on let_value let_error let_stopped then sequence
    0 码力 | 106 页 | 26.36 MB | 5 月前
    3
  • ppt文档 使用硬件加速Tokio - 戴翔

    end-points: the Sender and the Receiver. • Channel Type: SPSC, SPMC, MPMC, MPSC. Senders Receive Senders Senders Receive Receivers Perf Gaps: CAS(Compare And Swap) can't perfectly scale with latency • No memory/cache latency • No CPU cycles DLB-Assist Channel Intro Hardware Senders Receive Senders Senders Receive Receivers Channel/Queue DLB-Assist Channel removes the penalty of CAS to achieve being dropped. Message-ID Reclaiming • Reclaim Message-ID • Transfers Message-ID through HW Senders Receivers Channel Hardware Hardware Producer Consumer Give Ownership Take Ownership Message-ID
    0 码力 | 17 页 | 1.66 MB | 1 年前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    105.1ASYNCHRONOUS EXECUTION ASYNCHRONOUS EXECUTION Let's talk about senders and receivers for a minute. Let's talk about senders and receivers for a minute. I'm pretty sure the authors of P2300 made passes the result to a function that returns a sender bind when_all completes when all the input senders complete (<*>) just sends the provided values pure 109P2300 P2300 This is how we know (in part) fmap-generalization -generalization when_all when_all can clearly run all its input senders in parallel, calling can clearly run all its input senders in parallel, calling the (multi-argument) function when all arguments
    0 码力 | 141 页 | 11.33 MB | 5 月前
    3
  • pdf文档 Flow control and load shedding - CS 591 K1: Data Stream Processing and Analytics Spring 2020

    system to signal the availability of buffer space from receivers to senders. ??? Vasiliki Kalavri | Boston University 2020 27 • Senders maintain a credit balance for all their receivers and receivers regularly and is implemented in Apache Flink. • Each task informs its senders of its buffer availability via credit messages. • This way, senders always know whether receivers have the required capacity to
    0 码力 | 43 页 | 2.42 MB | 1 年前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    sending values to a closed channel will panic, so it is dangerous to send values to a channel if the senders don't know whether or not the channel is closed. The criticisms look reasonable (in fact not). Yes channel from the receiver side and don't close a channel if the channel has multiple concurrent senders. In other words, we should only close a channel in a sender goroutine if the sender is the only sender goroutine can close the channel safely. However, making such guarantees by a receiver or by one of many senders of a channel usually needs much effort, and often makes code complicated. On the contrary, it is
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    sending values to a closed channel will panic, so it is dangerous to send values to a channel if the senders don't know whether or not the channel is closed. The criticisms look reasonable (in fact not). Yes channel from the receiver side and don't close a channel if the channel has multiple concurrent senders. In other words, we should only close a channel in a sender goroutine if the sender is the only sender goroutine can close the channel safely. However, making such guarantees by a receiver or by one of many senders of a channel usually needs much effort, and often makes code complicated. On the contrary, it is
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    sending values to a closed channel will panic, so it is dangerous to send values to a channel if the senders don't know whether or not the channel is closed. The criticisms look reasonable (in fact not). Yes channel from the receiver side and don't close a channel if the channel has multiple concurrent senders. In other words, we should only close a channel in a sender goroutine if the sender is the only goroutine can close the channel safely. However, making such guarantees by a receiver or by one of many senders of a channel usually needs much effort, and often makes code complicated. On the contrary, it is
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.32.0 User Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 41.7. Senders and Receivers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . much higher performance applications. Messaging systems decouple the senders of messages from the consumers of messages. The senders and consumers of messages are completely independent and know nothing consumers on the queue but a particular message will only ever be consumed by a maximum of one of them. Senders (also known as producers) to the queue are completely decoupled from receivers (also known as consumers)
    0 码力 | 528 页 | 10.88 MB | 1 年前
    3
共 215 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 22
前往
页
相关搜索词
HowMetaMadeDebuggingAsyncCodeEasierwithCoroutinesandSendersWorkingAsynchronyGenericallyTourofC++ExecutorsSenderPatternstoWrangleConcurrencyinEmbeddedDevices戴翔使用硬件加速硬件加速TokioApplicativeTheForgottenFunctionalPatternFlowcontrolloadsheddingCS591K1DataStreamProcessingAnalyticsSpring2020Go101Golangv121.0ApacheActiveMQArtemis2.32UserManual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩