Skip to content

py2p v0.5.607

Compare
Choose a tag to compare
@LivInTheLookingGlass LivInTheLookingGlass released this 01 Jan 22:14
a5ce312

This is the fifth Python release.

Changes include:

  • Distributed dictionary object
  • Serialized messages have metadata interlaced, for faster usage
  • Documentation
  • Snappy compression support
  • Mild optimizations throughout
  • Translated all C++ to C
  • More code follows PEP8
  • C code now releases GIL
  • Most list properties are now generators
  • Full dict API support on chord_socket and sync_socket

Issues closed:

Next steps:

  • Global refactorization
  • Javascript Chord table
  • Figure out how to fully implement in Smalltalk