Prism

Prism

91.2k Downloads

Remove block_subid - clear up queries remove IntPair()

Narimm opened this issue ยท 2 comments

commented

Block sub id is redundant - its no longer used as we use BlockState

However because block state quering is very very slow as it is doing a string match we may need to consider converting the state to an more easily queriable storage system

commented

Needs more discussion - I'm dubious about the performance impact of this redundant field, but I may misunderstand how it's used in queries. Every block_subid now is always 0 and I'm not aware of why this will impact performance.

Please link to specific code lines that are of concern or are candidates for possible performance improvements.

commented

Closed as No relevant