Recent Releases of https://github.com/cortze/py-dht
https://github.com/cortze/py-dht - v0.1.0 - OSC
Description
This version adds more capabilities to the DHT module to simulate a natural DHT more accurately. Key points:
- Update the lookup function to:
- a more realistic Alpha approach
- fix some delay aggregations
- short vs long delays
- accuracy tracker
- Upgrades on tests
- Make a faster network initializer that uses CPU processes to speed it up
What's Changed
- add missing setup.py file that complements pyproject.toml by @cortze in https://github.com/cortze/py-dht/pull/11
- Add/handle neg processes by @cortze in https://github.com/cortze/py-dht/pull/12
- Fix buggy network parallel initialization by @cortze in https://github.com/cortze/py-dht/pull/13
- Speeding up lookups by @cortze in https://github.com/cortze/py-dht/pull/16
- fix broken delay aggregation for alpha > 1 by @cortze in https://github.com/cortze/py-dht/pull/17
- Feat/make alpha more realistic by @cortze in https://github.com/cortze/py-dht/pull/18
- fill new nodes after conn-error with empty dict, not tuple by @cortze in https://github.com/cortze/py-dht/pull/19
- update only on successful connections by @cortze in https://github.com/cortze/py-dht/pull/21
- Feat/add accuracy metric to lookup by @cortze in https://github.com/cortze/py-dht/pull/22
Full Changelog: https://github.com/cortze/py-dht/compare/v0.1.0...v0.2.0
- Python
Published by cortze almost 3 years ago
https://github.com/cortze/py-dht - v0.1.0 - DHTNetwork Beta
This first release of the repo stands as the first (viable) version that is manageable for DHT simulations, achieving enough performance when we try to extend the size of the network.
The Readme file currently covers most of the description of the current version. So please refer to it if there are doubts or questions :)
- Python
Published by cortze almost 3 years ago