Module loro_internal::oplog

source ·

Structs§

  • AppDag maintains the causal graph of the app. It’s faster to answer the question like what’s the LCA version
  • OpLog store all the ops i.e. the history. It allows multiple [AppState] to attach to it. So you can derive different versions of the state from the OpLog. It allows us to build a version control system.