osynavets / build-your-own-x-in-rust

542 stars 26 forks source link

Add a section for tutorial in other languages #3

Open osynavets opened 4 years ago

osynavets commented 4 years ago

Sometimes there are tutorials that don't involve language specific features or syntax. Which means it's easy to implement that thing in Rust i.e. https://artem.krylysov.com/blog/2020/07/28/lets-build-a-full-text-search-engine/

osynavets commented 4 years ago

related #2

osynavets commented 3 years ago

possibly http://dmitrysoshnikov.com/compilers/writing-a-memory-allocator/