12 Matching Annotations
  1. May 2025
  2. Mar 2025
    1. The downside of using hashes as IDs is that they requiremore space than other schemes. To avoid the storage cost ofexplicitly materialising all of the hashes, it would be possibleto design a compression scheme that recomputes hasheswhen necessary, and store only the information necessaryto perform this recomputation.
  3. May 2024
    1. This algorithm has the downside thatmany updates may be sent to nodes that have already re-ceived them from another node, wasting network bandwidth

      I.e., relying on stale knowledge of what others know in order to sync them may result in many "knew that already" cases.

  4. Apr 2024
  5. Mar 2024
  6. Jul 2020
  7. Aug 2018