- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens opened issue Chewing_Bever/lander#43
Properly respond toExpect: 100-continue
Jef Roosens pushed to dev at Chewing_Bever/lander
- e44b7d0e5f fix(lander): remove small mem leak
- 4ae1355cec feat(lander): re-add Server header
- Compare 2 commits »
Jef Roosens pushed to dev at Chewing_Bever/lander
- cda61f5433 feat(landerctl): add option to use custom config file
Jef Roosens commented on issue Chewing_Bever/lander#10
Switch to epoll[This article](https://jvns.ca/blog/2017/06/03/async-io-on-linux--select--poll--and-epoll/) shows some very interesting numbers that do seem to apply that epoll would be a lot faster for a large…
Jef Roosens closed issue Chewing_Bever/lander#42
2500x slowdown after switching tolnm
Jef Roosens commented on issue Chewing_Bever/lander#20
Concurrent LSM storeThis 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…
Jef Roosens commented on issue Chewing_Bever/lander#42
2500x slowdown after switching tolnm
I seem to have fixed this issue, but I'm stil very curious as to what caused it.
Jef Roosens pushed to dev at Chewing_Bever/lander
- a0954e8d07 fix(lnm): seemingly fix performance regression
Jef Roosens opened issue Chewing_Bever/lander#42
2500x slowdown after switching tolnm
Jef Roosens pushed to dev at Chewing_Bever/lander
- 58a8645c6c feat(lnm): support HEAD requests
Jef Roosens closed issue Chewing_Bever/lander#26
Don't limit number of connections to poll at onceJef Roosens closed issue Chewing_Bever/lander#39
Make HTTP header matching case-insensitiveJef Roosens closed issue Chewing_Bever/lander#25
Fully decouple networking stackJef Roosens commented on issue Chewing_Bever/lander#33
Refactorhttp_loop
I've decided to re-implement the response body logic in lnm, as it could be useful for other projects.
Jef Roosens pushed to dev at Chewing_Bever/lander
- cc9dc6aec5 chore: properly compile picohttpparser in lnm; remove old http header
Jef Roosens pushed to dev at Chewing_Bever/lander
- c59dd29648 chore(lander): removed old networking code
- 1a7686003c feat(lander): re-add authentication using LNM
- 8dc8ef8e2d chore(lander): updated changelog
- 876e5a7de4 fix(lnm): some small bugs
- 8ae59f1031 feat(lander): full initial migration to lnm
- Compare 25 commits »
Jef Roosens opened issue Chewing_Bever/lander#41
Move lander code to next tolsm
and lnm