Remove block_subid - clear up queries remove IntPair()
Narimm opened this issue ยท 2 comments
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
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.