喵喵小喵喵
uops.info
Latency, throughput and port usage information
for instructions on recent x86 microarchitectures
for instructions on recent x86 microarchitectures
Forwarded from Hacker News (yahnc_bot)
Why GNU grep is fast (2010) https://lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html
Forwarded from Hacker News (yahnc_bot)
AWS open sourced the AWS console design system https://github.com/cloudscape-design/components
GitHub
GitHub - cloudscape-design/components: React components for Cloudscape Design System
React components for Cloudscape Design System. Contribute to cloudscape-design/components development by creating an account on GitHub.
Forwarded from Lancern's Treasure Chest
Forwarded from Indian Summer
X (formerly Twitter)
X
Forwarded from Hacker News (yahnc_bot)
Mitsuba 3 Physically Based Renderer http://www.mitsuba-renderer.org
Forwarded from Hacker News (yahnc_bot)
Upgrading what might be the oldest running Linux install https://www.theregister.com/2022/07/25/upgrading_probably_the_worlds_oldest/
The Register
Upgrading what might be the world's oldest running Linux install
If you use Putty, there's a good chance you've visited Chiark
Forwarded from Hacker News (yahnc_bot)
HypeScript: Simplified TypeScript type system in TypeScript's own type system https://github.com/ronami/HypeScript
GitHub
GitHub - ronami/HypeScript: 🐬 A simplified implementation of TypeScript's type system written in TypeScript's type system
🐬 A simplified implementation of TypeScript's type system written in TypeScript's type system - ronami/HypeScript
Forwarded from Hacker News (yahnc_bot)
Linux RNG RFC Patch: implement getrandom() in vDSO https://lore.kernel.org/lkml/20220729145525.1729066-1-Jason@zx2c4.com/
https://vxtwitter.com/Dinnerbone/status/1553226276844048385
What's happening people?
What's happening people?
vxTwitter
Nathan Adams (@Dinnerbone)
To those mailing/tweeting/DMing/etc me blaming & insulting me about some Minecraft stuff: I've been off work for 1.5 years for my health. I physically can't get out of bed most of the time and it's getting worse by the day. I ha…
💖 13910 🔁 531
💖 13910 🔁 531
Forwarded from Hacker News (yahnc_bot)
Parallelising Huffman decoding and x86 disassembly by synchronising prefix codes https://dougallj.wordpress.com/2022/07/30/parallelising-huffman-decoding-and-x86-disassembly-by-synchronising-non-self-synchronising-prefix-codes/
dougallj
Parallelising Huffman decoding and x86 disassembly by synchronising non-self-synchronising prefix codes
Variable length non-self-synchronising prefix codes (like x86 instructions and Huffman codes) are hard to decode in parallel, as each word must be decoded to figure out its length, before the next …