Jos Dreesen / Marian Capel wrote:
Emulith, my ETH / Diser Lilith emulator is nearly
complete.
However I would really appriciate if someone with a good grasp
of X11/xlib programming could have a look at the sourcecode.
I am looking at tips to speed up the program, currently it
runs, on my AMD64 2 GHz, at somewhat the speed of the real thing (7 MHz).
There must be ways to speed it up...
Don't use xlib. Use a real toolkit. You're wasting a lot of time in
both reinventing old wheels and in code terms by handling stuff that's
already dealt with by nice quick libraries...
Gordon