winwang

↗ HN profile [ 635 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN! I'm Win, founder of ParaQuery (https://paraquery.com), a fully-managed, GPU-accelerated Spark + SQL solution. We deliver BigQuery's ease of use (or easier) while being significantly more cost-efficient and…

  2. 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.

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

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

  5. Can GenAI Improve Developer Productivity? (resources.uplevelteam.com)
  6. 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,…

  7. 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…