blogs - The WWW

Users browsing this thread: 1 Guest(s)
josuah
Long time nixers
(22-08-2016, 07:16 PM)z3bra Wrote: Makefiles
(20-04-2022, 08:48 AM)seninha Wrote: makefiles

One very good things with static websites generators and Makefiles are incremental builds.

A huuuuge (absolutely titanic, gigantic and terribly large) amount of data can be managed in the most efficient ways thank to Makefiles.

Not that I tried though, but say you have to convert videos, only if the content changed: a lot of processing is saved by using make over rebuilding everything on nightly basis.

Modern websites tend to dynamically generate everything from interpreted languages: the opposite of efficiency! So crazy hacks have to be used to get not-too-poor performance.