grpc - HWgrpc优势:
protocol buffer 传输提交小,解析速度快
http2 支持
跨语言通信支持
service - proto
定义service
req/ res 实体定义
syntax = "proto3";package helloworld;// The gr
...
定义Functor 是一个一直以来没时间彻底弄清的一个概念,毕竟想好好学习下FP,所以还是要肯下来
More generally, the idea of mapping a function over each element of a data structure isn’t specific
...