Skip to content

nicki-krizek/respdiff-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.