Faster.Transport — Unified high-performance transport framework for .NET. Supports Inproc, IPC (shared memory), TCP, and UDP (multicast/broadcast) with zero-copy, low-latency, and full-duplex async messaging. Ideal for real-time systems, trading, simulation, telemetry, and distributed pipelines.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Add ReactorBuilder / removed server support from particlebuilder
542bd91View on GitHubimproved inproc transport to 0.8 ms benchmark score
a8b6931View on GitHubImproved ipc transport, reduced allocations, improved benchmark score
894f29bView on GitHubadd multiclient ipc unittest, some minor ipc fixes using ringbuffer
173232aView on GitHubCHG: fixed failing unittests, api change, added AutoReconnect, changed the builder
5ad49faView on GitHubAdded comments and summary tags, updated README.md
0b1fc76View on GitHubAdd udp transport, ipc transport( server with multiple subscribing clients) replying to a client etc...
ed3d741View on GitHub