Nereuxofficial@programming.devtoRust@programming.dev•What are you working on this week? (May. 05, 2024)
5·
6 months agoMaybe Cloudflare’s pingora suits this purpose better given that it is being used by cloudflare to proxy traffic at a large scale
Check out my blog: https://nereux.blog
Maybe Cloudflare’s pingora suits this purpose better given that it is being used by cloudflare to proxy traffic at a large scale
Yeah that just wastes both people’s time
Yeah that’s the fun part!
Maybe there are also some security implications of the code?
Because the thing is: That code is probably gonna end up in production somewhere
And then you find out you have that dependency but your linker decides to not take it and then you have it but a slightly other version and you decide it’s not worth it
A general purpose memory allocator although this is really much a work in progress i think there are some good opportunities for otimization in a memory allocator for rust.
For example Rust gives you the size of memory region to free, which means the allocator does not have to track that.