Skip to content

Tag Archives: lost

2007-05-23

Performance, performance, performance. Optimizing the event dispatching in LSR today. Lots of room for improvement in qualitative responsiveness. Tried getting some hard numbers from the Python profile module, but it returns incomplete reports. After some studying, I realized it wasn’t profiling anything method calls made in gobject main loop callbacks (which is practically everything except [...]