Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diving Into Merkle Trees #239

Closed
wants to merge 1 commit into from
Closed

Conversation

ordepdev
Copy link
Contributor

@ordepdev ordepdev commented Jan 14, 2019

Diving into Merkle Trees

  • Speaker : Pedro Tavares
  • Available : Anytime
  • Length : 45 minutes
  • Language : English

Description

Introduced in 1987 by Ralph C. Merkle, the Merkle Tree is a data structure used for efficiently summarizing and verifying the integrity of large sets of data. Due to its unique content validating and performance qualities, they are especially useful in distributed, peer-to-peer systems where the same data should exist in multiple places. Let's learn how to detect inconsistencies between trees and reduce the amount of transferred data enabling peer-to-peer file sharing by building our own tree with Elixir.

Speaker Bio

Pedro is a passionate Software Engineer currently working at Talkdesk. Distributed Systems and Software Engineering best practices bring a big smile on his face. He likes to read books and scientific papers on Computer Science and he's currently running the Porto's chapter of Papers We Love.

Links

@carlosefr carlosefr added the reviewing seen by a pixel, no decision yet label Jan 16, 2019
@edevil edevil added the multiple submissions speaker submitted more than one proposal label Jan 24, 2019
@carlosefr carlosefr added the approval blocked has issues / speaker was already approved label Jan 28, 2019
@carlosefr carlosefr removed reviewing seen by a pixel, no decision yet labels Feb 6, 2019
@carlosefr carlosefr closed this Feb 27, 2019
@carlosefr carlosefr added the 2019 Pixels Camp v3.0 label Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2019 Pixels Camp v3.0 approval blocked has issues / speaker was already approved multiple submissions speaker submitted more than one proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants