diff options
Diffstat (limited to 'Written')
-rw-r--r-- | Written/FilledRects | 2 | ||||
-rw-r--r-- | Written/Notes | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Written/FilledRects b/Written/FilledRects index d72849e..83cf106 100644 --- a/Written/FilledRects +++ b/Written/FilledRects @@ -72,7 +72,7 @@ Possibly stipple: like tile Other: - alignment on word bounaries: fastest when one is changing whole + alignment on word boundaries: fastest when one is changing whole words at a time. That way, you're just setting whole words to 0 or ~0 and not doing any computation. A 32x1 rectangle should be much faster than a 1x32 rectangle. diff --git a/Written/Notes b/Written/Notes index 3b9f416..971e67a 100644 --- a/Written/Notes +++ b/Written/Notes @@ -8,7 +8,7 @@ credit to servers for optimizing small ones. Data: Pixels per second. Breaking that down into large and small areas would probably not - be userful. + be useful. GC Fields: None. |