Zig
istry
Open main menu
Packages
Programs
AI
View More
Statistics
Apps
API
Help
About
Help
Star
Loading...
zig-examples
baranasoftware/zig-examples
-
A collection of Zig examples.
0
0
0
0
2
zig,ziglang
View program on GitHub
README
A collections of Zig examples
Unicode Support
Random Numbers
Using Pacakges
Basic Types
For, While Loops
Strings, Vector, Struct, Unions, Arrays, Slices
Command line arguments
CPU endian
Thread example
Single thread TCP server
Using single copy TCP server
Improved single threaded TCP server
Single thread TCP server(Vectored I/O)
Multi-threaded server
Multi-threaded - thread pool
Non-Blocking I/O
Non-Blocking I/O - Poll
Non-Blocking I/O - Pollv2
Non-Blocking I/O - Pollv3
Non-Blocking I/O - epoll
Non-blocking I/O - kqueue
Task scheduler
Task scheduler - with a priority queue