|
|
|
|
|
by anaganisk
1391 days ago
|
|
I’m just curious as to what GPU helps with for rendering plain html/markdown?
What huge numbers is it crunching to render say a markdown file vs a 3D scene?
Also browser doesn’t render MD right? All browser based implementations are done in JS or server side so what does it mean when its browserless? |
|
GPU rendering helps for scaling images, rendering text and drawing other primitives efficiently. It frees up CPU time, and can redraw many times faster in scrolls and resizes. This is why most browsers use the GPU when most web content is 2D. GPU's don't really crunch huge numbers but instead utilise parallelisation.