Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 637 Bytes

File metadata and controls

16 lines (11 loc) · 637 Bytes

aio

AIO in zig

A high-performance asynchronous I/O library for Zig, originally extracted from TigerBeetle.

About

This library was initially separated from the TigerBeetle project, a financial transactions database designed for mission-critical safety and performance. The I/O abstraction layer has been extracted to provide a standalone, reusable async I/O library for the Zig ecosystem.

Requirements

zig version: 0.16.0-dev.1451+0a9f666ea

Usage

zig fetch --save https://github.com/zon-dev/aio/archive/refs/heads/main.zip