bjin

Results 3 issues of bjin

I recently implemented a prescaler for mpv named RAVU, based on [RAISR (Rapid and Accurate Image Super Resolution)](https://arxiv.org/abs/1606.01299). After several iteration of improvement/performance tuning, I consider the current code feature...

Vulkan 1.3.255 is released with a new vendor neutral extension [VK_KHR_cooperative_matrix](https://github.com/KhronosGroup/GLSL/blob/master/extensions/khr/GLSL_KHR_cooperative_matrix.txt) for tensorcore-like fast matrix multiplication, which could possibly be used to speedup nnedi3. A basic `16x8x8 fp16` coopmatMulAdd is...

I recently added naiveproxy payload padding to [hprox](https://github.com/bjin/hprox/), a lightweight HTTP proxy server written in Haskell. In case anyone is looking for alternative solutions other than [Caddy](https://github.com/klzgrad/naiveproxy#server-setup), please take a...