Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean O'Bannon committed Sep 23, 2022
1 parent f9fff41 commit 9ad0ef3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
We have a list of millions of dates, stored in a database.

We'd like to convert these dates to a moment object, so we can perform date calculations on them.

We need the objects to stay in their local timezone, so we're using `moment.parseZone()` to convert them.

However, we're seeing very long parse times, and we'd like to speed them up.

We need to improve the performance of `moment.parseZone()`. Let's see if we can do it!

`benchmarks.js` contains a benchmark suite.

`index.js` is some example code that we can use outside the context of a benchmark.
11 changes: 0 additions & 11 deletions fastParseZone.js

This file was deleted.

0 comments on commit 9ad0ef3

Please sign in to comment.