mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
12 lines
376 B
TeX
12 lines
376 B
TeX
\newglossaryentry{superkey}{
|
|
name={superkey},
|
|
description={See Section \ref{sec:functional-dependency}}
|
|
}
|
|
\newglossaryentry{quorum}{
|
|
name={quorum},
|
|
description={
|
|
See \href{https://en.wikipedia.org/wiki/Quorum_(distributed_computing)}{this Wikipedia article}.
|
|
TL;DR: It is a synchronization system for distributed computing.
|
|
}
|
|
}
|