sc0ty.pl - low level fun – because low level is fun

Example domain paragraphs

This is second post in this series. See Table of Content .

SubSync is written in Python with custom native module compiled from C++ (named gizmo ). During synchronization pipeline similar to this is constructed.

While the majority of blocks are part of the gizmo module, pipeline is constructed from the Python code, in subsync/synchro.py . There are three main parts of the pipeline:

Links to sc0ty.pl (1)