improve mem usage by conditional execution of the integration part (step throught the integration if there are conflicting items)
This commit is contained in:
@@ -14,7 +14,13 @@ export class AbstractStruct {
|
||||
constructor (id, length) {
|
||||
this.id = id
|
||||
this.length = length
|
||||
this.deleted = false
|
||||
}
|
||||
|
||||
/**
|
||||
* @type {boolean}
|
||||
*/
|
||||
get deleted () {
|
||||
throw error.methodUnimplemented()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user