|
|
|
|
|
by Aydarbek
181 days ago
|
|
Author here. Happy to answer questions about the implementation. A few details that might interest HN:
- Raft replication handles 50K msg/s with sync-majority writes
- HTTP parsing is 0.4ms at P99.999 (picohttpparser, zero-copy)
- Tested durability with SIGKILL — recovery replays sealed AOF What would you want from an HTTP-native event log? |
|