- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Properly respond to
Expect: 100-continue
Switch to epoll
This article shows some very interesting numbers that do seem to apply that epoll would be a lot faster for a large…
2500x slowdown after switching to
lnm
Concurrent LSM store
This issue boils down to a bigger issue I've been avoiding: updating the trie's internal structure while not requiring readers to lock the trie structure itself.
[This article](https://questdb.i…
2500x slowdown after switching to
lnm
I seem to have fixed this issue, but I'm stil very curious as to what caused it.
2500x slowdown after switching to
lnm
Don't limit number of connections to poll at once
Make HTTP header matching case-insensitive
Fully decouple networking stack
Refactor
http_loop
I've decided to re-implement the response body logic in lnm, as it could be useful for other projects.
Move lander code to next to
lsm and lnm