0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-15 13:31:54 +00:00
bird/flock
Maria Matejka f48798d0c3 Flock: Creating the hypervisor and the external-contact process
This is the first part of rewriting Flock to C to significantly reduce
memory footprint of individual machines from 20+M in Python to (goal)
less than 1M. Now the process eats ~460k and I suspect that this won't
even be the consumption per machine in total as fork() is involved and
some parts of the memory will be heavily shared.
2024-09-11 09:25:44 +02:00
..
flock.c Flock: Creating the hypervisor and the external-contact process 2024-09-11 09:25:44 +02:00
flock.h Flock: Creating the hypervisor and the external-contact process 2024-09-11 09:25:44 +02:00
hypervisor.c Flock: Creating the hypervisor and the external-contact process 2024-09-11 09:25:44 +02:00
Makefile Flock: Creating the hypervisor and the external-contact process 2024-09-11 09:25:44 +02:00