Skip to content

Commit

Permalink
Merge pull request #16 from olivroy/perf2
Browse files Browse the repository at this point in the history
Improve performance
  • Loading branch information
rich-iannone authored Dec 8, 2024
2 parents 5b686f1 + 18c4107 commit f2e43e3
Show file tree
Hide file tree
Showing 9 changed files with 1,687 additions and 1,586 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ Description: Format dates and times flexibly and to whichever locales
formatting patterns based on date/time skeleton formats and standardized
date/time formats with varying specificity.
Authors@R: c(
person("Richard", "Iannone", , "rich@posit.co", c("aut", "cre"),
person("Richard", "Iannone", , "rich@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Olivier", "Roy", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
)
License: MIT + file LICENSE
URL: https://rstudio.github.io/bigD/, https://github.com/rstudio/bigD
BugReports: https://github.com/rstudio/bigD/issues
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# bigD (development version)

* Introduced performance improvements (@olivroy, #15, #16).

* Internal functions `dt_MM()`, `dt_yyy()` and friends are no longer used, as we
use a new internal structure to avoid duplicate calculations

# bigD 0.3.0

* The locale's territory is now better resolved for week in month calculations.
Expand Down
Loading

0 comments on commit f2e43e3

Please sign in to comment.