In praise of the new compiler

I find it impressive that I can now write Xojo code that runs faster than a native class because of the new compiler. For example, I wrote a pure-Xojo Dictionary that performs lookups and replacements faster than the native Dictionary. There is no practical use for it as it’s only slightly faster most of the time, but the fact that I could come up with anything at all… well, it’s encouraging.

If anyone wants to play with the project, it’s here:

https://github.com/ktekinay/M_Dictionary/tree/develop