darion.yaphet's blog
mpi

MPI是一个库,而不是一门语言。

libevent

Libevent

​使用libevent函数之前需要分配一个或者多个event_base结构体。每个event_base结构体持有一个事件集合,可以检测以确定哪个事件是激活的。

AI
CockroachDB

CockroachDB is a distributed SQL database. The primary design goals are scalability, strong consistency and survivability (hence the name). CockroachDB aims to tolerate disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention. CockroachDB nodes are symmetric; a design goal is homogeneous deployment (one binary) with minimal configuration and no required external dependencies.

folly

Reference:

PostgreSQL

pg_ctl 用于启动、停止、重启 PostgreSQL 服务器,或者显示一个运行着的服务器状态。

pulsar

BookKeeper


healthy

心经

computer-architecture
calcite

Apache Calcite希望能为不同计算平台和数据源提供统一的查询引擎,并以类似传统数据库的访问方式来访问 Hadoop 上的数据。除此之外,Calcite 还提供了 OLAP 和流处理的查询引擎。