I mean, just because you implemented something in a low level lang, it doesn’t mean you’re gonna have the fastest implementation. Even in high level langs, there’s usually heavy optimization involved in things that are done all the time (e.g. web servers)
this is like when I built that web server in x86 assembly lol.
This. This project drained my soul lol.
I bet that thing was fast!
I mean, just because you implemented something in a low level lang, it doesn’t mean you’re gonna have the fastest implementation. Even in high level langs, there’s usually heavy optimization involved in things that are done all the time (e.g. web servers)
yeah, in one sense it was lol.
I once write a web app in C, but this terrifies even me… though Tsoding, the guy in the video, did that, too…
My favorite so far is either my websever in bash or my webserver in Common Lisp. my webserver in C was fun too though