documentation is the code
78 subscribers
591 photos
51 videos
143 links
upload this to your confluence
Download Telegram
Forwarded from Zoomers Central
๐Ÿ˜4๐Ÿ˜‡2
๐Ÿ˜2๐Ÿคฉ2
๐Ÿ˜4
that one 10x+10x engineer in slack at 9pm
๐Ÿค4
Cargo.lock
โœ3
๐Ÿ”ฅ3
What we learn in this exercise is that a well designed language can protect you from mistakes in ways that go way beyond stopping you from writing a use after free or a data race. The design can save you a lot of brain cycles by not forcing you to think about how to protect your code from the simplest mistakes โ€” the language has your back.

Matt Godbolt sold me on Rust (by showing me C++)
๐Ÿ’ฏ3
๐Ÿ”ฅ4๐Ÿคฎ2
๐Ÿ’‹4
Forwarded from Zoomers Central
๐Ÿ˜9
Steel Bank Common Lisp has Adaptive Hashing

why?
Hash tables are the most common non-trivial data structure.
โ€ข up to 50% of the time in a complex database query
โ€ข 2% of all Google CPU usage


the only other tech that has adopted a similar idea is !!MySQL!! with its adaptive hash index

where the hell are my adaptive-hashbrown and py-adaptive-hashmap???

full paper
๐Ÿคฉ2