/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

v0dro.in
| | www.thanassis.space
3.9 parsecs away

Travel
| | Optimizing code for the European Space Agency
| | pikuma.com
3.9 parsecs away

Travel
| | Even though we often hear terms like L1, L2, cache block size, etc., most programmers have a limited understanding of what cache really is. This is a beginner-friendly primer on how cache works.
| | 0fps.net
4.7 parsecs away

Travel
| | I must confess that secretly the article I wrote last time (in which I introduced ndarrays) was just a pretext to introduce the stuff that I am going to write about today: which is the cwise library for array operations in JavaScript. Array operations Briefly, array operationsare component-wise operations that can be applied across multiple...
| | gpfault.net
22.5 parsecs away

Travel
| [AI summary] The article discusses the implementation of particle systems in WebGL 2, covering various enhancements such as dynamic billboard rendering using instancing, sprite textures, and the integration of force fields for more complex particle behaviors. It also details the setup of vertex arrays and buffers for efficient rendering, along with the necessary shader modifications to support these features.