Use static RGB map
This increases the binary size by 128MB, but allows much faster startup, and should actually use less memory since the VM can page out (or just not page in) the parts of the table it doesn't use, and it can share the pages between different instances.
parent
f1efee24
No related branches found
No related tags found
Showing
- src/conio/GNUmakefile 6 additions, 0 deletionssrc/conio/GNUmakefile
- src/conio/bitmap_con.c 0 additions, 1 deletionsrc/conio/bitmap_con.c
- src/conio/genmap.c 42 additions, 0 deletionssrc/conio/genmap.c
- src/conio/rgbmap.c 0 additions, 0 deletionssrc/conio/rgbmap.c
- src/conio/rgbmap.h 9 additions, 0 deletionssrc/conio/rgbmap.h
- src/conio/scale.c 4 additions, 2 deletionssrc/conio/scale.c
Loading
Please register or sign in to comment