mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
428 stars 140 forks source link

[GLib] Use a custom eq comparer for IntPtr dictionary keys. #170

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

This improves performance on all key operations on the dictionaries by preventing the boxing of the IntPtr.

alanmcgovern commented 7 years ago

Upstream to master too?