webpack past present future
0 码力 | 28 页 | 6.00 MB | 1 年前3GitOps 2.0 The Future of DevOps Ebook
GitOps 2.0 THE FUTURE OF DEVOPS Table of Contents 1. The Pains of GitOps 1.0 1.1. GitOps tools 1.2. Splitting CI and CD 1.3. Promotion of releases between environments 1.4. Modeling multi-environment0 码力 | 29 页 | 1.61 MB | 1 年前3OAM, Dapr and Rudr: The future of cloud native applications
Microsoft Ignite OAM, dapr, and rudr The future of cloud native applications Mark Russinovich @markrussinovich Open Application Model dapr: Distributed Application Platform Building Cloud Scale,0 码力 | 59 页 | 1.65 MB | 1 年前3Lifetime Safety in C++: Past, Present and Future
Lifetime Safety Profile • Herb plans to revise the Lifetime Safety Profile as part of Cpp2Future of C++?Future of C++? C++ Core Guidelines’ Lifetime Safety ProfileFuture of C++? C++ Core Guidelines’ Simplified borrowing Hylo (formerly Val): Mutable Value SemanticsSwift’s Law of Exclusivity Future of C++? C++ Core Guidelines’ Lifetime Safety Profile Crubit: Adopting Rust’s Type System Simplified borrowing Hylo (formerly Val): Mutable Value SemanticsSwift’s Law of Exclusivity Future of C++? C++ Core Guidelines’ Lifetime Safety Profile Crubit: Adopting Rust’s Type System0 码力 | 124 页 | 2.03 MB | 5 月前3File I/O for Game Developers: Past, Present, and Future
FILE I/O: PAST, PRESENT AND FUTURE CPPCON OCTOBER 3RD 2023 GUY DAVIDSON @HATCAT01INTRODUCTIONS • Head of Engineering Practice at Creative Assembly • 1980 – Acorn Atom • ISO/IEC JTC1/SC22/WG21 • BSI buffered file IO? • How do we optimise unbuffered file IO? • How might the standard help us in future?AGENDA • Sub-megabyte days • More RAM, more disk capacity • Moving data into and out of RAM • buffered file IO? • How do we optimise unbuffered file IO? • How might the standard help us in future?SUMMARY • https://wg21.link/p1040 • https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3017.htm0 码力 | 64 页 | 2.69 MB | 5 月前3The Future of Cloud Native Applications with Open Application Model (OAM) and Dapr
The Future of Cloud Native Applications with Open Application Model (OAM) and Dapr @markrussinovich Application models Describes the topology of your application and its components The way developers0 码力 | 51 页 | 2.00 MB | 1 年前3Building a central Go modules repository: GoCenter’s back to the future
Building a central Go modules repository: GoCenter’s back to the future. @jfrog @ankushchadha111 GopherCon 2019 Lightning Talk Ankush Chadha About me • Dev Manager, Community & Partner Engineering0 码力 | 19 页 | 9.22 MB | 1 年前3Rust 是否需要另⼀种“⾊彩”的 Future? - 郭⼦兴
Rust 是否需要另⼀种“⾊彩”的 Future? 郭⼦兴,字节跳动服务框架团队研发⼯程师。 作者 Rust 是否需要另⼀种“⾊彩”的 Future? 标题 Rust 编译器将 async 块翻译成由标准库提供的 Future 类型,⽤户可以⽅便地通过⾃定义 Future 以实现⾮阻塞 的 IO 或并发控制语义。异步执⾏器被允许在任意时刻删除⽣成的 Future 实例以取消正在执⾏的异步操作,但取消 是否需要另⼀种“颜⾊”的 Future 为有副作⽤取消的异步⾏为提供安全保证? 回顾如何使⽤ Future ⽀持基于 poll 的 IO,以及基于取消 Future 的流程控制 # 基于 Poll 的 Future io-uring 等异步模型让 Future 的取消不 再⽆副作⽤,这可能导致严重的错误 # 不再是⽆副作⽤的取消 # 最终与折中⽅案 引⼊另⼀种“颜⾊”的 Future 以最终解决 Rust 中的异步 Rust 基于 Future trait 实现异步编程 pub trait Future { type Output; fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) �� Poll; } pub trait Future { type Output; 0 码力 | 19 页 | 7.77 MB | 1 年前3用户界面State of the UI_ Leveraging Kubernetes Dashboard and Shaping its Future
Shaping its Future Dan Romlein UX Designer, Google Spencer Sugarman UX Researcher, Google Talk Goals 1. What Dashboard is and why you should be using it 2. Research findings and the future of Dashboard Migrating metrics from Heapster to Kubernetes Metrics API (#2986) ● Apps list page (#2980) Demo Future of Dashboard How do people use Dashboard today, and want to use it tomorrow? https://unsplash0 码力 | 41 页 | 5.09 MB | 1 年前3Tornado 6.1 Documentation
tornado.autoreload — Automatically detect code changes in development tornado.concurrent — Work with Future objects tornado.log — Logging support tornado.options — Command-line parsing tornado.testing — Unit it is finished, and generally causes some work to happen in the background before triggering some future action in the application (as opposed to normal synchronous functions, which do everything they are returning). There are many styles of asynchronous interfaces: Callback argument Return a placeholder (Future, Promise, Deferred) Deliver to a queue Callback registry (e.g. POSIX signals) Regardless of which0 码力 | 931 页 | 708.03 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
webpackpastpresentfutureGitOps2.0TheFutureofDevOpsEbookOAMDaprandRudrcloudnativeapplicationsLifetimeSafetyinC++PastPresentFileforGameDevelopersCloudNativeApplicationswithOpenApplicationModelGoGo modules郭子兴RustChineConf2023用户界面用户界面StatetheUILeveragingKubernetesDashboardShapingitsTornado6.1Documentation