28 Jul
2010
28 Jul
'10
4:36 p.m.
On Jul 28, 2010, at 9:15 AM, bulia byak wrote:
Once again: we don't need dynamic generation of keys. Look a fill&stroke: it just flips between two static strings. It's faster and easier.
Yes, but the problem we hit was that the code holding it was not safe. To safely hold the pointer it requires limitations on the input that the C++ language just is not able to provide.
Faster is good, but code safety wins if it comes into play.