|
|
|
|
|
by detaro
3856 days ago
|
|
Huh, interesting. Doesn't seem to spend any effort on only updating things that need to be updated, but just tries to be fast enough that it doesn't matter if it redoes everything?
That approach doesn't look so good once it has to do expensive tasks, like image processing, but for HTML generation it seems to work. |
|