Pinned Repositories
assembler
Rust crate for runtime x86 assembler template generation
context-allocator
Rust crate to support allocation in contexts
dpdk
A comprehensive rust binding for DPDK allowing high speed userspace networking across 256 cores and 32 NICs
linux-epoll
Rust crate for Linux epoll
linux-support
A set of Rust crates to make it easier to interoperate with Linux as a process
lock-free-multi-producer-single-consumer-ring-buffer
Lock-free, multi-producer, single-consumer burstable ring buffer for Rust
network
Rust crates for networking
nvml
Rust crate with mid-level bindings for NVML / PMEM
persistent-memory
Rust crate for persistent memory
predicator
Predicator, a Rust crate for generating and running dynamic code
lemonrock's Repositories
lemonrock/dpdk
A comprehensive rust binding for DPDK allowing high speed userspace networking across 256 cores and 32 NICs
lemonrock/linux-support
A set of Rust crates to make it easier to interoperate with Linux as a process
lemonrock/assembler
Rust crate for runtime x86 assembler template generation
lemonrock/predicator
Predicator, a Rust crate for generating and running dynamic code
lemonrock/context-allocator
Rust crate to support allocation in contexts
lemonrock/lock-free-multi-producer-single-consumer-ring-buffer
Lock-free, multi-producer, single-consumer burstable ring buffer for Rust
lemonrock/file-descriptors
File Descriptors Rust crate
lemonrock/core-affinity
Rust crate to manage process and thread affinities
lemonrock/network
Rust crates for networking
lemonrock/magic-ring-buffer
A Rust crate providing a magic ring buffer (also known as a virtual ring buffer, VRB, or mirrored buffer) which is lock-free for multiple producers and a single consumer.
lemonrock/context-coroutine
This provides stackful coroutines.
lemonrock/terminate
A simple crate to abstract logic to terminate threads, coroutines and the like
lemonrock/linux-epoll
Rust crate for Linux epoll
lemonrock/intel-seapi
Rust FFI bindings to Intel SEAPI, including ittnotify
lemonrock/tcp-engine
TCP Stack
lemonrock/html5ever_ext
Rust crate to minify HTML and provide CSS selectors to html5ever DOM
lemonrock/x86_64-xsave
Rust create for saving and restoring x86-64 XSAVE and FXSAVE areas
lemonrock/.cargo
Configuration repository containing cargo and related files common across crates
lemonrock/callgrind
Complementary crate to valgrind_request to gather statistics and profile calls
lemonrock/likely
Adds a likely! and unlikely! macros to optimize the compiler generation of if statements
lemonrock/message-dispatch
A Rust crate that provides dynamic dispatch support for messages of different types and sizes sent from one thread to another (or back to the same thread) without the need to use trait objects
lemonrock/dpdk-rust-port
Rust port of DPDK net Poll Mode Drivers (PMD)s
lemonrock/homebrew-musl-cross
Homebrew Formula for static-friendly musl-based GCC OS X-to-Linux cross-compilers
lemonrock/libc-extra
An evolving, small crate for additional libc functionality not yet accepted upstream by the rust libc crate
lemonrock/musl-cross-make
Simple makefile-based build for musl cross compiler
lemonrock/reproducible
Tooling to enable reproducible builds
lemonrock/rustls-extra
Rust crate with additional types and utilities for rustls (unofficial)
lemonrock/simple-http-server
A simple HTTPS server in Rust which supports client authentication
lemonrock/treebitmap
Fast IP lookup table for IPv4/IPv6 prefixes (Fork)
lemonrock/ubpf
Rust FFI bindings for ubpf, a eBPF JIT engine