mirror of
https://github.com/xcat2/confluent.git
synced 2026-03-26 20:23:29 +00:00
C implementation to improve memory and cpu utilization. Forked off to further move the work off the main process. Still needs attribute rendition and packaging before merging to main branch.
6 lines
73 B
Makefile
6 lines
73 B
Makefile
vtbufferd:
|
|
gcc -O3 -o vtbufferd vtbufferd.c tmt.c
|
|
|
|
clean:
|
|
rm vtbufferd
|