Skip to content

zon-dev/aio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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