1
0
Fork
You've already forked iofthetiger
0
High performance async IO library for Zig.
  • Zig 100%
Find a file
2024年03月28日 14:46:31 +03:30
src update to latest zig (0.12.0-dev.3480+9dac8db2d) 2024年03月28日 14:46:31 +03:30
.gitignore Initial TigerBeetle specifics strip. All 7 tests passing. 2024年01月26日 19:44:34 -04:00
build.zig Added sample web server 2024年01月30日 16:27:18 -04:00
build.zig.zon update to latest zig (0.12.0-dev.3480+9dac8db2d) 2024年03月28日 14:46:31 +03:30
LICENSE Tests passing 2024年01月30日 10:53:03 -04:00
README.md README tweak 2024年01月30日 16:28:10 -04:00

iofthetiger - High Performance Cross Platform Async IO Library for Zig

This library is pretty much the TigerBeetle IO library with the TigerBeetle specifics removed, to make it a more general purpose async IO library for Zig programs. It works on Linux, macOS, and Windows.

The tests show some sample usage, and there's a full sample multithreaded web server too. You can build and run the sample web server with zig build run server.