winwang

↗ HN profile [ 66.3 ms ] full profile
Karma
0
Created
()
Submissions
81
  1. I'm curious about what people think of `def` vs `fn`, two short keywords for starting function definitions. ...Or maybe we should subscribe to the church of `df`, haha.

  2. Code at https://github.com/wiwa/blog-code/

  3. Specifically for batch ETL/ELT workloads, assuming 10s/100s of TB.

  4. Can GenAI Improve Developer Productivity? (resources.uplevelteam.com)
  5. I saw Microsoft's Garnet getting to the limits of (CPU) concurrent hashmap performance and thought it would be interesting to see if I could beat it with a GPU. Specifically, the GET throughput at 256M keys. Of course,…

  6. Hi! I recently posted a blog post around this technique (i.e. using SIMD-like warp intrinsics), but I wanted to show the runnable code. It should be fairly portable. tl;dr: Warp-wide (32-way) bitonic mergesort is…