←back to thread

Indices, not Pointers

(joegm.github.io)
102 points vitalnodo | 3 comments | | HN request time: 0s | source
1. pjmlp ◴[] No.45113051[source]
This is an old school technique anyone that has been coding since the days writing business applications in Assembly was common, knows this kind of stuff.

Great that in the days of Electron garbage, this kind of stuff gets rediscovered.

replies(1): >>45113089 #
2. kitd ◴[] No.45113089[source]
It's also the basis for efficient memory usage with the ECS pattern used extensively by game engines.
replies(1): >>45114416 #
3. skeezyboy ◴[] No.45114416[source]
ive seen ECS systems based on pointers only.