From f03e57acb8b720131c024532a7396888269c5b67 Mon Sep 17 00:00:00 2001 From: Micah Kornfield Date: Wed, 5 Aug 2020 14:38:09 -0700 Subject: [PATCH 1/3] Update ssl-performance docs --- doc/ssl-performance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ssl-performance.md b/doc/ssl-performance.md index 20fe3cef089..279aa85ec1e 100644 --- a/doc/ssl-performance.md +++ b/doc/ssl-performance.md @@ -7,7 +7,7 @@ As a result, we've tried hard to provide a smooth experience to our users when c ## gRPC C++: Building from Source -Build system | Condition | Platform | Uses assembly optimizations +BUILD system | Condition | Platform | Uses assembly optimizations ---|---|---|-- Makefile | with OpenSSL 1.0.2 development files | all | :heavy_check_mark: Makefile | all other cases | all | :x: @@ -36,6 +36,6 @@ Electron | n/a | all | :heavy_check_mark: ObjC | Yes | iOS | :x: PHP | Yes | all | Same as the `Makefile` case from above PHP | No | all | :x: -Python | n/a | all | :x: +Python | n/a | Linux, MacOS 64bit | :heavy_check_mark: +Python | n/a | Windows and all 32bit| :x: Ruby | No | all | :x: - From dad88a21e6b5803e2485c007867f59c078659004 Mon Sep 17 00:00:00 2001 From: emkornfield Date: Wed, 5 Aug 2020 14:42:50 -0700 Subject: [PATCH 2/3] Update ssl-performance.md --- doc/ssl-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ssl-performance.md b/doc/ssl-performance.md index 279aa85ec1e..713acec4689 100644 --- a/doc/ssl-performance.md +++ b/doc/ssl-performance.md @@ -7,7 +7,7 @@ As a result, we've tried hard to provide a smooth experience to our users when c ## gRPC C++: Building from Source -BUILD system | Condition | Platform | Uses assembly optimizations +Build system | Condition | Platform | Uses assembly optimizations ---|---|---|-- Makefile | with OpenSSL 1.0.2 development files | all | :heavy_check_mark: Makefile | all other cases | all | :x: From 536808915a346ecc04bbe63a9e7bbedf1ee7c071 Mon Sep 17 00:00:00 2001 From: emkornfield Date: Wed, 5 Aug 2020 16:08:07 -0700 Subject: [PATCH 3/3] split table --- doc/ssl-performance.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/ssl-performance.md b/doc/ssl-performance.md index 713acec4689..0ef32b30d55 100644 --- a/doc/ssl-performance.md +++ b/doc/ssl-performance.md @@ -36,6 +36,9 @@ Electron | n/a | all | :heavy_check_mark: ObjC | Yes | iOS | :x: PHP | Yes | all | Same as the `Makefile` case from above PHP | No | all | :x: -Python | n/a | Linux, MacOS 64bit | :heavy_check_mark: -Python | n/a | Windows and all 32bit| :x: +Python | n/a | Linux, 64bit | :heavy_check_mark: +Python | n/a | Linux, 32bit | :x: +Python | n/a | MacOS, 64bit | :heavy_check_mark: +Python | n/a | MacOS, 32bit | :x: +Python | n/a | Windows | :x: Ruby | No | all | :x: