dwarfcorp icon indicating copy to clipboard operation
dwarfcorp copied to clipboard

Performance: store object types for static objects in voxels.

Open mklingen opened this issue 6 years ago • 3 comments

We currently only query the octree for objects directly. Most of the time this is very wasteful. If we just stored object types in voxels and only queried when needed, we could save a lot of our performance overhead that planning uses. Most of the time knowing the exact identity of an object (as opposed to its type) isn't even necessary.

mklingen avatar May 25 '18 17:05 mklingen

Regressing. This get solved or ongoing?

com1clyf3 avatar Jul 26 '18 16:07 com1clyf3

@mklingen Close?

com1clyf3 avatar Aug 23 '18 21:08 com1clyf3

No, It should still be done sometime, I just don't care enough to make it work right now.

mklingen avatar Sep 02 '18 22:09 mklingen