| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use client allocator to own incoming messages to a client | Robby Zambito | 2026-01-06 |
| | | |||
| * | Add Payload type | Robby Zambito | 2026-01-05 |
| | | | | | | stores short message buffers in a colocated array, overflowing to an allocated slice when needed. | ||
| * | Using separate queue for high throughput messages | Robby Zambito | 2026-01-04 |
| | | |||
| * | Probe for optimal network buffer size. | Robby Zambito | 2026-01-04 |
| | | | | | | | | | | We want to match the underlying system socket buffer. Filling this buffer minimizes the number of syscalls we do. Larger would be a waste. Also changed parser to use enums that more closely match the NATS message types. | ||
| * | holy moly goes way fast!!! | Robby Zambito | 2026-01-03 |
| | | | | | like 150 mbps now | ||
| * | Kill dead code and use higher buffer | Robby Zambito | 2026-01-03 |
| | | |||
| * | Organize things | Robby Zambito | 2026-01-03 |
| Making it easier to use the server as a library | |||
