Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.