Search Results

Found 2 results for "712e285232ebce7cf42ae18113007c3b" across all boards searching md5.

Anonymous /g/106100390#106103638
8/1/2025, 3:36:19 PM
>>106103620
look at me go, just postin cood
here is an experimental hash map implementation that outperforms Swiss Table in some scenarios
Anonymous /g/105985479#105985781
7/22/2025, 11:07:20 AM
>>105985479
Rust is a very solid language. Pic related is a hash map I just proved out that outperforms Swiss Table (in some scenarios).
I do not recommend starting with Rust. Start with Go, and spend a year with it, and do not even look at other languages. After a year with Go, then spend 3 months with C, then 3 months with Elixir, then 3 months with Racket, then 3 months with Rust.
After these 2 years, do whatever you want. You will have experienced many programming methodologies, and will be a better developer for it.
Oh yeah, make sure you start using Postgres as soon as you need to start persisting data to disk (anything beyond a config file really). SQL is extremely powerful and very important to learn well.