Skip to main content
. 2023 Aug 16;9:e1542. doi: 10.7717/peerj-cs.1542

Table 1. Comparison of knowledge graph and tag mechanism.

Type Update Immutability Sorting Comparison
Knowledge graph Manual No O( n2) O( n2)
Tag Automatic Yes O(1) O(1)