improve mem usage by conditional execution of the integration part (step throught the integration if there are conflicting items)
This commit is contained in:
@@ -13,13 +13,8 @@ export const structGCRefNumber = 0
|
||||
* @private
|
||||
*/
|
||||
export class GC extends AbstractStruct {
|
||||
/**
|
||||
* @param {ID} id
|
||||
* @param {number} length
|
||||
*/
|
||||
constructor (id, length) {
|
||||
super(id, length)
|
||||
this.deleted = true
|
||||
get deleted () {
|
||||
return true
|
||||
}
|
||||
|
||||
delete () {}
|
||||
|
||||
Reference in New Issue
Block a user