Files
neon/pageserver/src
Christian Schwarz 1639b26002 async-timer based approach
With this, 10us batching timeout works, but it has some other wrinkles:

- it uses the signal-based timer APIs instead of going through epoll (=> timerfd)
= it needs to make a syscall for each batch, which costs around 1-2us, so, probably significant CPU time wasted on this.
2024-11-20 14:49:01 +01:00
..
2024-11-14 17:19:13 +02:00
2024-11-20 14:49:01 +01:00
2024-10-18 10:27:50 +01:00