home.social

#hashmaps — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hashmaps, aggregated by home.social.

  1. Ah yes, the riveting world of #C++ hashmaps—where time stands still and somehow still takes forever. 😴🔄 After 3 years, Martin bravely ventures back to prove that the art of #benchmarking is the best way to waste your time while pretending to be productive. ⚙️📉
    martin.ankerl.com/2022/08/27/h #hashmaps #productivity #timewasting #techhumor #HackerNews #ngated

  2. Mutable Schlüssel in #HashMaps können zu unsichtbaren Einträgen führen. Warum hashCode()-Änderungen fatale Folgen für Lookup, Security & Konsistenz haben, zeigt @svenruppert in der interaktiven #Vaadin-Demo. Teste es: javapro.io/de/wenn-hashcode-lu

    #Vaadin #Java #JavaSecurity @Vaadin

  3. #rust day. Onto #vectors, #strings, #hashmaps. Definitely encrypted strings are an area I had hard times in other languages, so this should be a good read.

  4. Starting #problemsolving on #leetcode (leetcode.com) using #rustlang | #rust. First a simple #problem for retrieving indices of a vector where two elements match a target sum. Learning some basic Rust along the way even with this brute force solution. Apparently it's the most memory efficient among the submissions, although it's quite slow. Something faster could be achieved with #hashmaps or the like.

    (posting this on metalhead because the upload on linuxrocks is bugged right now)