Skip to content
  • Aaron Patterson's avatar
    ca5e23ed
    Templates have one format · ca5e23ed
    Aaron Patterson authored
    Templates only have one format.  Before this commit, templates would be
    constructed with a single element array that contained the format.  This
    commit eliminates the single element array and just implements a
    `format` method.  This saves one array allocation per template.
    ca5e23ed
    Templates have one format
    Aaron Patterson authored
    Templates only have one format.  Before this commit, templates would be
    constructed with a single element array that contained the format.  This
    commit eliminates the single element array and just implements a
    `format` method.  This saves one array allocation per template.
Loading