Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicki-krizek/respdiff-rs
Rust rewrite of selected respdiff tools: https://gitlab.nic.cz/knot/respdiff
https://github.com/nicki-krizek/respdiff-rs
Last synced: about 6 hours ago
JSON representation
Rust rewrite of selected respdiff tools: https://gitlab.nic.cz/knot/respdiff
- Host: GitHub
- URL: https://github.com/nicki-krizek/respdiff-rs
- Owner: nicki-krizek
- License: gpl-3.0
- Created: 2022-03-18T10:43:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T17:32:12.000Z (about 2 years ago)
- Last Synced: 2024-11-25T14:51:10.949Z (2 months ago)
- Language: Rust
- Homepage: https://gitlab.nic.cz/knot/respdiff-rs
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Respdiff (Rust)
===============This project contains Rust rewrite of selected respdiff scripts.
For main respdiff repository, see https://gitlab.nic.cz/knot/respdiff
msgdiff
-------The msgdiff rewrite isn't as feature-complete as the Python version, but it can serve as a drop-in replacement for most use configurations. In our use, it proved to be two orders of magnitude faster than the Python version.
![msgdiff-rs runtime performance](img/msgdiff.png)
transceiver
-----------The rewrite of this tool is a prototype that supports UDP. However, it didn't
turn out to bring any benefits over the orchestrator.py tool written in Python,
so it was abandoned.