Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
luxon vs datefns vs moment vs dayjs
(version: 0)
Comparing performance of:
datefns vs luxon vs moment vs dayjs
Created:
4 years ago
by:
Registered User
Jump to the latest result
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/npm/luxon@1.26.0/build/global/luxon.min.js"></script> <script src="https://igor.moomers.org/random/datefns.js"></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js'></script> <script src="https://unpkg.com/dayjs@1.8.21/dayjs.min.js"></script>
Script Preparation code:
window.ds = "2020-02-19T00:51:53.623839+00:00";
Tests:
datefns
window.datefns.parseISO(window.ds)
luxon
luxon.DateTime.fromISO(ds);
moment
moment(ds)
dayjs
dayjs(ds)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (4)
Previous results
Fork
Test case name
Result
datefns
luxon
moment
dayjs
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
luxon vs datefns vs moment vs dayjs (calculations)
luxon 3.2.1 vs datefns vs moment vs dayjs (formatting)
luxon vs datefns vs moment vs day.js
luxon vs datefns adding
Comments
Confirm delete:
Do you really want to delete benchmark?