陈东 - 利用Rust重塑移动应用开发-230618Rust Crypto Core 利用 Rust 重塑移动应用开发 RCC_android RCC_ios https://github.com/KeystoneHQ/rust-crypto-core https://github.com/KeystoneHQ/rcc_android https://github.com/aaronisme/rcc_ios Rust Crypto Core0 码力 | 22 页 | 2.10 MB | 1 年前3
Go读书会第二期Go 工具链使用实践 Part9 – 标准库、反射与 cgo 践行哲学,遵循惯例,认清本质,理解原理 • 高频使用的标准库包 ( net 、 http 、 strings 、 time 、 crypto 等 ) • Reflect 反射使用三大法则 • Cgo 使用的开销 • Unsafe 包的安全使用法则 “ 自带电池”,开箱即用 Part10 – 工程实践 践行哲学,遵循惯例,认清本质,理解原理0 码力 | 26 页 | 4.55 MB | 1 年前3
Secure your microservices with istio step by stepoutside of the mesh ● ISTIO_MUTUAL: originate TLS with istio cert ● SIMPLE/MUTUAL: originate TLS with the cert you specified, common if you want to TLS with service outside mesh apiVersion: networking io/v1alpha3 kind: DestinationRule metadata: name: reviews spec: host: reviews trafficPolicy: tls: mode: ISTIO_MUTUAL 1) Generate client and server certificates and keys 2) Create a secret define corresponding virtual service which configuring traffic routes Secure ingress gateway via TLS terminating Using ingress host and secure ingress port to send request: From curl command: need0 码力 | 34 页 | 67.93 MB | 1 年前3
C++高性能并行编程与优化 - 课件 - 08 CUDA 开启的 GPU 编程当然,我们需要调小 gridDim * blockDim 使其远小于 n ,这样才能够减少原子操作 的次数。比如右边就减少了 4096/512=8 倍的原子操作。这就是胡渊鸣所说的 TLS 。 第 8 章:板块与共享内存 到底为什么需要区分出板块的概念? • 之前说到实际的线程数量就是板块数量 (gridDim) 乘以每板块线程数量 (blockDim) 。 • 那么为什么中间要插一个板块呢?感觉很0 码力 | 142 页 | 13.52 MB | 1 年前3
共 4 条
- 1













