This website requires JavaScript.
Explore
Help
Sign in
fuz
/
Pixelflut
Watch
10
Star
0
Fork
You've already forked Pixelflut
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b3b6c1c042
Pixelflut
/
pixelnuke
History
Download ZIP
Download TAR.GZ
Marcel Hellkamp
c3171ab76d
Got rid of a malloc/free per line of input.
...
This patch alone improved throughput ~20% (52MB/s -> 63MB/s)
2018-03-31 21:42:50 +02:00
..
canvas.c
Added canvas_fill(rgba) and a 50% black fill bound to the 'c' key.
2018-03-29 18:39:37 +02:00
canvas.h
Added canvas_fill(rgba) and a 50% black fill bound to the 'c' key.
2018-03-29 18:39:37 +02:00
Makefile
Build with -O2 by default and -g with
make debug
2018-03-29 15:24:17 +02:00
net.c
Got rid of a malloc/free per line of input.
2018-03-31 21:42:50 +02:00
net.h
Added C implementation (incomplete)
2018-03-28 22:20:03 +02:00
pixelnuke.c
Added STATS command to pixelnuke
2018-03-31 15:09:50 +02:00