winwang
- Karma
- 0
- Created
- ()
- Submissions
- 81
- Non-Messing-Up++: Diagonal Sorting and Young Tableaux (winwang.blog)
- Google Cloud Console (GCP) Has Dark Mode (docs.cloud.google.com)
-
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.
- Faster sorting with SIMD CUDA intrinsics (2024) (winwang.blog)
Code at https://github.com/wiwa/blog-code/
-
Specifically for batch ETL/ELT workloads, assuming 10s/100s of TB.
- Can GenAI Improve Developer Productivity? (resources.uplevelteam.com)
-
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,…
-
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…
- Sorting with CUDA (SIMD) Shuffling (winwang.blog)
- Can we 10x Rust hashmap throughput? (wiwa.substack.com)