Skip to content

py2p v0.4.516

Pre-release
Pre-release
Compare
Choose a tag to compare
@LivInTheLookingGlass LivInTheLookingGlass released this 02 Nov 06:00
· 443 commits to develop since this release

This is the fourth Python release.

Changes include:

  • Synchronized dictionary object
  • Javascript implementation with networking
  • Alpha chord-like DHT (python only, unstable)
  • Documentation
  • Go protocol parser/serializer
  • C++ protocol parser/serializer
  • Java protocol parser/serializer
  • Smalltalk protocol parser
  • More accurate compression flags

Issues closed:

Next steps:

  • Global refactorization
  • More stable Chord table
  • Javascript Chord table
  • Serialization improvements
  • Figure out how to fully implement in Smalltalk
  • Translate C++ code to C