- speed related optimization of code, e.g. how using MemoryBlocks can
speed things up (yes, I'll do my homework about RegEx, Ed :)
You'll learn more about that by reading my plugin's website than
you'd get from your techniques.
- being endian aware (i.e. what you need to know to make your apps
work on Intel Macs or x-platform in general)
For example how my plugin has automatic UTF and endianness detection
for strings whose first 4 characters are ASCII (such as XML).
Anything else you think I could talk about?
How to get levenshtein matrixes and smith-waterman matrixes to work
in as much a similar way as possible would be good. Seems like a
simple problem at first, but it's hard to work out the bugs. It's
hard to know where to start really, when all my standard approaches
for tackling problems, aren't bringing fruit on this particular one.
Maybe I'm not trying hard enough.
--
http://elfdata.com/plugin/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|