Pinned Repositories
bazel_clang_tidy
Run clang-tidy on Bazel C++ targets directly, efficiently, with caching enabled
binlog
A high performance C++ log library, producing structured binary logs
casino
Small hobby project, simulates uno card game - currently C++, javascript/V8
cueue
A high-performance SPSC bounded circular buffer of bytes
double_ended
devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended
pipeline
Pipeline implementation based on n3534
rules_pch
Precompiled header rule for Bazel
binlog
A high performance C++ log library, producing structured binary logs
erenon's Repositories
erenon/bazel_clang_tidy
Run clang-tidy on Bazel C++ targets directly, efficiently, with caching enabled
erenon/cueue
A high-performance SPSC bounded circular buffer of bytes
erenon/binlog
A high performance C++ log library, producing structured binary logs
erenon/pipeline
Pipeline implementation based on n3534
erenon/double_ended
devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended
erenon/rules_pch
Precompiled header rule for Bazel
erenon/kvs
Key/Value Store
erenon/awesome-bazel
A curated list of Bazel rules, tooling and resources.
erenon/bazel
a fast, scalable, multi-language and extensible build system
erenon/bazel-buildfarm
Bazel remote caching and execution service
erenon/bazel-skylib
Common useful functions and rules for Bazel
erenon/bb-deployments
Example deployments of Buildbarn on various platforms
erenon/cache
Cache dependencies and build outputs in GitHub Actions
erenon/client_rust
Prometheus / OpenMetrics client library in Rust
erenon/container
erenon/docs.getutm.app
UTM documentation
erenon/erenon.github.com
blog
erenon/fred.rs
An async Redis client for Rust.
erenon/go-sqlite3
sqlite3 driver for go using database/sql
erenon/ics_tools
A small set of tools to process ICS files from the command line (or Mutt), create ICS files, and submit them to Owncloud's calendar (or a WebDAV)
erenon/io-uring
The `io_uring` library for Rust
erenon/liburing
Library providing helpers for the Linux kernel io_uring support
erenon/magic-trace
magic-trace collects and displays high-resolution traces of what a process is doing
erenon/ms-binlog
A high performance C++ log library, producing structured binary logs
erenon/nix
Rust friendly bindings to *nix APIs
erenon/pp-foreach-comparison
Comparison of different C foreach macros. This is a companion repository for a blogpost: http://erenon.hu/posts/2022-03-07-preprocessor_foreach_compile_time/
erenon/proc-macro-link-flags
repro of a suspected bug of rules_rust
erenon/rules_build_benchmark
Bazel rules that benchmark compilation
erenon/rules_rust
Rust rules for Bazel
erenon/static-storage
Companion repository for http://erenon.hu/posts/2022-03-30-shared-static-storage/