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

Implement Pico #2

Merged
merged 8 commits into from
Apr 16, 2019
Merged

Implement Pico #2

merged 8 commits into from
Apr 16, 2019

Conversation

alexdovzhanyn
Copy link
Owner

Pico is a new zero-knowledge peer to peer messaging protocol based on TCP that we'll be using as the networking layer of the network. This pull request pulls in the Pico library that we've put together. This library offers numerous improvements over our current networking implementation, namely:

  • A DSL for message routing
  • Parallelization of message processing (we no longer have one router process that queues messages)
  • Improved message parsing (both logic and speed)

This pull request must be tested while pointing to the implement-pico branch of elixium_core

@alexdovzhanyn alexdovzhanyn added the enhancement New feature or request label Apr 15, 2019
@alexdovzhanyn alexdovzhanyn changed the base branch from master to edge April 15, 2019 17:13
Copy link

@fantypants fantypants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleaner, way more concise, this is looking really really clean now.

@alexdovzhanyn alexdovzhanyn merged commit 1c03b5c into edge Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants