: KubeSphere vs. Rancher and OpenShift
September 2021
## Table of Contents
Competitor
: KubeSphere vs. Rancher and OpenShift ..... 1
I. Overview ..... 3
1. Metrics Comparison of SonarQube for static code
| Application | Application deployment | App Store available to support Helm Chart and application repository configu 0 码力 |
18 页 |
718.71 KB
| 2 年前 3 ## From Eager Futures/Promises to Lazy Continuations
Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments
## prologue
• past life at UC Berkeley, Twitter, Mesosphere/D2iQ
std::move(body), std::move(k)};
## lazy continuations
auto k = http::Post(url, body, /* k */);
resulting type is the “computational graph”
## lazy continuations
auto k = http::Post(url, body the “computational graph”
- the graph is lazy, i.e., nothing has started when we get it (tradeoff for dynamic allocation) and must be explicitly started
## lazy continuations
auto k = http::Post(url, body 0 码力 |
264 页 |
588.96 KB
| 1 年前 3 # pandas: powerful Python data analysis toolkit Release 0.15.1
Wes McKinney & PyData Development Team
November 08, 2014
Powered by TCPDF (www.tcpdf.org)
## CONTENTS
1 What's New 3
1.1 v0.15 for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any multiple stages: munging and cleaning data, analyzing / modeling it, then organizing the results of the analysis into a form suitable for plotting or tabular display. pandas is the ideal tool for all of these 0 码力 |
1557 页 |
9.10 MB
| 2 年前 3 # pandas: powerful Python data analysis toolkit
Release 0.7.1
Wes McKinney
November 08, 2012
Powered by TCPDF (www.tcpdf.org)
## CONTENTS
1 What's New 3
1.1 v.0.7.1 (February 29, 2012) 3
1 for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any multiple stages: munging and
cleaning data, analyzing / modeling it, then organizing the results of the analysis into a form suitable for plotting or tabular display. pandas is the ideal tool for all of these 0 码力 |
281 页 |
1.45 MB
| 2 年前 3 # pandas: powerful Python data analysis toolkit
Release 0.7.3
Wes McKinney
November 08, 2012
Powered by TCPDF (www.tcpdf.org)
## CONTENTS
1 What's New 3
1.1 v.0.7.3 (April 12, 2012) 3
1.2 v for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any multiple stages: munging and
cleaning data, analyzing / modeling it, then organizing the results of the analysis into a form suitable for plotting or tabular display. pandas is the ideal tool for all of these 0 码力 |
297 页 |
1.92 MB
| 2 年前 3
# pandas: powerful Python data analysis toolkit Release 0.25.0
Wes McKinney& PyData Development Team
Jul 18, 2019
Date: Jul 18, 2019 Version: 0.25.0
Download documentation: PDF Version | Zipped open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
See the overview for more detail about what's in Out[2]: Int64Index([1, 2, 3], dtype='int64')
```
New behavior:
pandas: powerful Python data analysis toolkit, Release 0.25.0
In [34]: pd.period_range('19910905', periods=2).union(pd.Int64Index([1 0 码力 |
2827 页 |
9.62 MB
| 2 年前 3
|