singleflight.zig

Function call suppression

Prevents duplicate function calls in a group of threads using a single execution window

Duplicate function call suppression for Zig

GitHub

3 stars
2 watching
1 forks
Language: Zig
last commit: 5 months ago
Linked from 1 awesome list

zigzig-library

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
karlseguin/websocket.zig A Zig library implementing a WebSocket server 305
karlseguin/smtp_client.zig A Zig library implementing an SMTP client with support for various authentication mechanisms and encryption options. 18
karlseguin/zuckdb.zig A Zig driver for DuckDB that enables direct access to its API 93
karlseguin/pg.zig A native PostgreSQL client driver written in Zig 249
karlseguin/http.zig An HTTP server written in Zig. 593
kassane/lean4-zig Provides C API bindings for Lean4's mathematical framework 8
karlseguin/cache.zig A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. 42
karlseguin/log.zig A structured logging library for Zig that provides a flexible and efficient way to log messages. 99
zigembeddedgroup/serial A Zig language library for configuring and using serial ports 59
ynuwenhof/zigbraten An internal cheat for Cube 2: Sauerbraten written in Zig. 1
kubkon/espresso-zig A set of Zig bindings for interacting with the espresso C library 4
hejsil/mecha A parser combinator library for the Zig programming language 472
ziglibs/zcom A composable network protocol stack implemented in Zig. 15
travisstaloch/simdjzon A high-performance JSON parser ported to the Zig programming language 107
kassane/qml_zig Bindings between Zig programming language and QML library 87