This website requires JavaScript.
Explore
Help
Sign In
xCAT
/
confluent
Watch
2
Star
0
Fork
0
You've already forked confluent
mirror of
https://github.com/xcat2/confluent.git
synced
2024-11-22 17:43:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
902f9831cd
confluent
/
confluent_vtbufferd
/
Makefile
6 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
Improve VT dump behavior Ensure the resultant dump has consistently long lines. This will matter when we start rendering attributes on blanks. Additionally, simplify the code significantly taking advantage of first loop.
2021-04-01 16:51:32 +00:00
vtbufferd
:
vtbufferd
.
c
tmt
.
c
Explictly request newer C version C99 is needed for tmt, might as well go GNU11
2021-04-02 14:36:56 +00:00
gcc -O3 --std
=
gnu11 -o vtbufferd vtbufferd.c tmt.c
Migrate VT buffering to c 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.
2021-03-31 21:28:26 +00:00
clean
:
rm vtbufferd
Reference in New Issue
Copy Permalink