Can anybody compare wxPython with Java SWT?

Hi, all,

I can see both wxPython and SWT did great job on creating cross-platform
GUI.

FYI: SWT (http://www.eclipse.org/platform/index.html ) also uses native
widgets.

Performance:

Personally, I feel wxPython is a little faster and uses less memory. Is this
always true?

If it is, why? Just because Java's GC?

Architecture:

Java Swing has a really good architecture design but its performance sucks.

How about the architecture of wxPython? I am talking about something like
"design patterns" and "component based framework".

Thanks,

- Yan

yweng@cs.uoregon.edu