Skip to main content

6 posts tagged with "未定义"

View All Tags

· 2 min read
Czasg

Iaas: Infrastructure as a Service 基础设施即服务

Paas: Platform as a service 平台即服务

Saas: Software as a service 软件即服务

· One min read
Czasg

在软件开发过程中,经常遇到各种高级词汇,比如病毒查杀引擎、云引擎等等。

我个人理解,引擎更多用于定义一种经过高度抽象的业务执行逻辑。

· 3 min read
Czasg

golang 的 GC 一直是大家诟病最多的话题之一。下面是 golang 不同版本之中有一些重要改进:

  • v1.1 STW
  • v1.3 Mark STW,Sweep 并行
  • v1.5 三色标记法
  • v1.8 hybrid write barrier