forked from thomas-fractalbits/iofthetiger
High performance async IO library for Zig.
| src |
update to latest zig (0.12.0-dev.3480+9dac8db2d)
|
|
| .gitignore | Initial TigerBeetle specifics strip. All 7 tests passing. | |
| build.zig | Added sample web server | |
| build.zig.zon |
update to latest zig (0.12.0-dev.3480+9dac8db2d)
|
|
| LICENSE | Tests passing | |
| README.md | README tweak | |
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.